@csrf
   
{{ trans('Name') }} {{ trans('Phone Number') }} {{ trans('Customer Type') }} {{ trans('Address') }}

@if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin')
@elseif (Auth::user()->type == 'Cashier') @endif
{{ trans('No.') }} {{ trans('Item Name') }} {{ trans('Descriptions') }} {{ trans('Qty') }} {{ trans('Unit') }} {{ trans('လက်ကားစျေး') }} {{ trans('လက်လီစျေး') }} {{ trans('Amount') }} ({{ config('currency.symbol') }})
1 {{ config('currency.symbol') }}


@if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin') @endif
@if (isset($employees[0])) {{ trans('general.employee') }} @endif
Sub Total
Discount
Total
Cash
Change Due
Cancel