Quotation List
# | Quotation # | @if(Auth::user()->is_admin === 1)User Name | @endifQuotation Date | Customer Name | Net Total | Net Qty | Action |
---|---|---|---|---|---|---|---|
{{$i}} | {{$list->invoice_number}} | @if(Auth::user()->is_admin === 1){{ $list->user_name }} | @endif{{date('d/m/Y', strtotime($list->invoice_date))}} | {{isset($list->customer_name) ? $list->customer_name : "testing"}} | {{$list->net_total}} | {{$list->net_qty}} |
|
Net Totals | {{(isset($net_total)) ? $net_total : ''}} | {{(isset($net_qty)) ? $net_qty : ''}} |