@push('css') @endpush
SL | Order Code | Business Name | Date | Total | Status | |
---|---|---|---|---|---|---|
{{ ++$i }} | {{ $order->code }} | @if($order->Contact) {{ $order->Contact->business_name }} @endif | {{date('d F Y', strtotime($order->date))}} | {{ $order->payable_amount }} @php $total += $order->payable_amount; @endphp | {{ $order->status }} | |
|
{{$total}} | {{-- | 47600.00 | --}}