Quotation Edit

@csrf

{{ trans('Name') }} {{ trans('Phone Number') }} {{ trans('Customer Type') }} {{ trans('Address') }}
{{--
--}} @if (Auth::user()->is_admin == '1' || Auth::user()->type == 'Admin')
@else
@endif @foreach ($sell as $key => $sell) {{-- --}} {{-- --}} @endforeach
{{ trans('No') }} {{ trans('Item Name') }} {{ trans('Descriptions') }} {{ trans('Qty') }} {{ trans('Unit') }} {{ trans('လက်ကားစျေး') }} {{ trans('လက်လီစျေး') }} {{ trans('Expiry') }} {{ trans('Amount') }} ({{ config('currency.symbol') }})
{{ $key + 1 }} {{ config('currency.symbol') }} {{ intval($sell->product_qty) * floatval($sell->product_price) - (intval($sell->product_qty) * floatval($sell->product_price) * intval($sell->discount)) / 100 }}


@if (isset($employees[0])) {{ trans('general.employee') }} @endif
Sub Total
Discount
Total
Deposit
Remaining Balance
Cancel