@extends('layouts.admin')
@section('title','Cashiers')
@section('styles')
@endsection
@section('content')
List of Cashiers (0)
| Cashier ID |
Name |
Email |
Employee No. |
Status |
Action |
@include('dashboard.merchants.cashiers.partials.view-cashier-modal')
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush