@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Book Sold @endsection @section('subcontent')

Print Receipt

Print Receipt

Book Sold VOUCHRE

ID NO: {{$invoice->id}}


{{$payment->timestamp}} Material Fee
{{$student->name}} {{$student->father_name}}
{{$invoice->payable_amount}} {{$invoice->payment}}
@foreach ($soldbooks as $row) @php $book = App\Models\Book::where('id', $row->book_id)->first(); @endphp ( {{ $book->name }}) @endforeach
{{$payment->description}}

Contact No: +93 (0) 786555959


Address: Qala-e-Najara Square, Kabul


@endsection @section('script') @endsection