/home/techb158/ileadtechnology.com/SSM/resources/views/print/resource
NameSizeModeActions
assignment.blade.php15240644editdlrm
lesson-plan.blade.php15260644editdlrm
notes.blade.php11740644editdlrm
selected-lesson-plan.blade.php12830644editdlrm
selected-syllabus.blade.php16860644editdlrm
syllabus.blade.php12280644editdlrm
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)])}}

@foreach($syllabuses as $syllabus) @endforeach
{{trans('academic.subject')}} {{trans('academic.batch')}} {{trans('resource.syllabus_title')}} {{trans('resource.syllabus_created_by')}} {{trans('general.created_at')}}
{{$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)}}
@include('print.print-layout.footer')