@extends('authenticated') @section('title', 'Cashier') @section('content')
@include('commons.topbar')

Cashier

Check list or create and update for cashiers.

@if($user->role == 'admin') @endif
Email Name Last Login Verified at Actions
Fetching data...
@include('commons.modal', ['modal_id'=>'user-modal', 'save_btn_classes' => 'save-user']) @endsection @section('modulescript') @parent @endsection