Report Detail
| # | Particulars | Published Date | Rate | Quantity | Expenses |
|---|---|---|---|---|---|
| {{$loop->index + 1}} | {{$rpt->particulars}} | {{$rpt->created_at->format('j F Y')}} | {{$rpt->rate}} | {{$rpt->quantity}} | {{$rpt->expenses}} |
| Grand Total | {{$report->sum('expenses')}} | ||||
| # | Particulars | Published Date | Rate | Quantity | Discount Received | Income |
|---|---|---|---|---|---|---|
| {{$loop->index + 1}} | {{$rpt->particulars}} | {{$rpt->created_at->format('j F Y')}} | {{$rpt->rate}} | {{$rpt->quantity}} | {{abs($rpt->discount)}} | {{$rpt->income}} |
| Grand Total | {{$incomereport->sum('income')}} | |||||
Books That has been Lost
| # | Book Title | Isbn | Status |
|---|---|---|---|
| {{$loop->index + 1}} | {{$cat->book->title}} | {{$cat->isbn}} | {{$cat->status}} |
Books That has been Damaged
| # | Book Title | Isbn | Status |
|---|---|---|---|
| {{$loop->index + 1}} | {{$cat->book->title}} | {{$cat->isbn}} | {{$cat->status}} |