@extends('layouts.layout-horizontal') @section('title', 'OTC Sales') @section('css') @include('partials._index-table-styles') @endsection @section('content')
| Bill No | Amount | Grand Total | Actions |
|---|---|---|---|
|
{{ $dateLabel }} ({{ $dateSales->count() }})
₹{{ indian_number($dayTotal, 2) }}
|
|||
| {{ $sale->bill_no }} | {{ indian_number($sale->amount_total, 2) }} | ₹{{ indian_number($sale->grand_total, 2) }} | |
| {{ $sales->count() }} sales | {{ indian_number($sales->sum('amount_total'), 2) }} | ₹{{ indian_number($sales->sum('grand_total'), 2) }} | |