Suspend

@csrf {{-- Permission Php --}} @php $choosePermission = []; if (auth()->user()->permission) { $decodedPermissions = json_decode(auth()->user()->permission, true); if (json_last_error() === JSON_ERROR_NONE) { $choosePermission = $decodedPermissions; } } @endphp {{-- End Php --}}
{{-- --}}
{{--
--}}
   
{{ trans('Name') }} {{ trans('Phone Number') }} {{ trans('Customer Type') }} {{ trans('Address') }}

@if (auth()->user()->is_admin == '1')
@else
@endif
@foreach ($sells as $key => $sell) @endforeach
{{ trans('No') }} {{ trans('Item Name') }} {{ trans('Descriptions') }} {{ trans('Qty') }} {{ trans('Unit') }} {{ trans('လက်ကားစျေး') }} {{ trans('လက်လီစျေး') }} {{ trans('Discounts') }} {{ trans('Amount') }} ({{ config('currency.symbol') }})
{{ $key + 1 }}


@forelse ($payment_method as $index => $payment) @empty @endforelse
@if (in_array('Item', $choosePermission) || auth()->user()->is_admin == '1') @endif
@if (isset($employees[0])) {{ trans('general.employee') }} @endif
Sub Total
Overall Discount
Item Discount
Total
@if ($index === 0) Payment Method @endif
@if ($index === 0) @else @endif
Payment Method
Cash
Change Due
Cancel
{{-- --}}