Quotation
This is an example dashboard created using build-in elements and components.
@csrf
Quotation List
@if(Auth::user()->is_admin === 1) @endif @if(!empty($lists)) @php $i=1; @endphp @foreach($lists as $list) @if(Auth::user()->is_admin === 1) @endif @php $i++; @endphp @endforeach @endif
# Quotation #User NameQuotation Date Customer Name Net Total Net Qty Action
{{$i}} {{$list->invoice_number}} {{ $list->user_name }}{{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 : ''}}