/home/techb158/ileadtechnology.com/SSM/resources/views/print/library
NameSizeModeActions
barcode.blade.php8530644editdlrm
book.blade.php15150644editdlrm
issue-return.blade.php24220644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/library/issue-return.blade.php (2422B)
@include('print.print-layout.header')

{{config('config.default_academic_session.name')}}

{{trans('library.issue').' '.trans('general.total_result_count',['count' => count($book_logs)])}}

@foreach($book_logs as $book_log) @endforeach
{{trans('library.date_of_issue')}} {{trans('library.due_date')}} {{trans('library.issue_to')}} {{trans('library.no_of_books_issued')}} {{trans('library.no_of_books_returned')}} {{trans('library.issue_remarks')}}
{{showDate($book_log->date_of_issue)}} {{showDate($book_log->due_date)}} @if($book_log->student_record_id) {{trans('student.student')}} @endif @if($book_log->employee_id) {{trans('employee.employee')}} @endif @if($book_log->student_record_id) {{trans('student.name').': '.$book_log->StudentRecord->Student->name}}
{{trans('academic.batch').': '.$book_log->StudentRecord->Batch->batch_with_course}}
{{trans('student.first_guardian_name').': '.$book_log->StudentRecord->Student->Parent->first_guardian_name}}
@endif @if($book_log->employee_id) {{trans('employee.name').': '.$book_log->Employee->name_with_code}}
{{trans('employee.father_name').': '.$book_log->Employee->father_name}}
{{trans('employee.contact_number').': '.$book_log->Employee->contact_number}} @endif
{{$book_log->book_issue_count}} {{$book_log->book_return_count}} {{$book_log->issue_remarks}}
@include('print.print-layout.footer')