Date | Vendor Name | Invoice No. | Particulars | Amount | @foreach($lists as $list) | |||
---|---|---|---|---|---|---|---|---|
{{++$x}} | {{date_format(date_create($list->invoice_date),"M d, Y")}} | {{$list->vendor}} | {{$list->invoice_no}} | {{$list->particulars}} | {{number_format($list->amount,2)}} | Update | Delete |