# | Name | F/Name | Book Name | Date | Quantity | Amount | Profit |
{{++$loop->index}} | {{$student != null ? $student->name : ''}} | {{$student != null ? $student->father_name : ''}} | {{$book != null ? $book->name : ''}} | {{$row->sold_date}} | {{$row->quantity}} | {{$row->amount}} | {{$row->profit}} |
Sold Books | {{$data['quantity']}} |
Amount | {{ $data['amount']}} |
Profit | {{ $data['profit'] }} |