Purchase Order

@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 --}}
{{--
--}}
@if (session('success')) @endif @if (session('error')) @endif
@if (auth()->user()->is_admin == '1')
@else
@endif
{{ trans('No') }} {{ trans('Item Name') }} {{ trans('Descriptions') }} {{ trans('Quantity') }} {{ trans('Unit') }} {{ trans('Unit Price') }} {{ trans('Discounts') }} {{ trans('Expiry') }} {{ 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
Payment Method
Deposit
Remaining Balance
Cancel