/home/techb158/ileadtechnology.com/SSM/resources/views/print/resource
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/resource/syllabus.blade.php (1228B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('resource.syllabus').' '.trans('general.total_result_count',['count' => count($syllabuses)])}}
| {{trans('academic.subject')}} |
{{trans('academic.batch')}} |
{{trans('resource.syllabus_title')}} |
{{trans('resource.syllabus_created_by')}} |
{{trans('general.created_at')}} |
@foreach($syllabuses as $syllabus)
| {{$syllabus->subject->name_with_code}} |
{{$syllabus->subject->batch->batch_with_course}} |
{{$syllabus->title}} |
{{$syllabus->employee->name}} {{getEmployeeDesignationName($syllabus->employee, $syllabus->date_created)}} |
{{showDateTime($syllabus->created_at)}} |
@endforeach
@include('print.print-layout.footer')