Quotation

@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 {{-- --}}
{{ trans('No') }} {{ trans('Item Name') }} {{ trans('Descriptions') }} {{ trans('Qty') }} {{ trans('Unit') }} {{ trans('လက်ကားစျေး') }} {{ trans('လက်လီစျေး') }} {{ trans('Discounts') }} {{ trans('Amount') }} ({{ config('currency.symbol') }})
1 {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
{{ config('currency.symbol') }}


@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
Deposit
Remaining Balance
Cancel
{{-- --}}