@forelse ($sales as $row) @empty @endforelse
No Date Date From Date To Store Code Store Name Qty Cost Subtotal Disc Grandtotal Paid Action
{{ $row->no }} {{ \Carbon\Carbon::parse($row->date)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($row->date_from)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($row->date_to)->format('d/m/Y') }} {{ $row->whs_code }} {{ $row->whs_name }} {{ number_format($row->qty, 0, ',', '.') }} {{ number_format($row->cost, 0, ',', '.') }} {{ number_format($row->subtotal, 0, ',', '.') }} {{ number_format($row->disc, 0, ',', '.') }} {{ number_format($row->grandtotal, 0, ',', '.') }} {{ number_format($row->paid, 0, ',', '.') }}
No data found
{{ $sales->links('vendor.livewire.bootstrap') }}