/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/notes.blade.php (1174B)
@include('print.print-layout.header')

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

{{trans('resource.notes').' '.trans('general.total_result_count',['count' => count($notes)])}}

@foreach($notes as $item) @endforeach
{{trans('academic.subject')}} {{trans('academic.batch')}} {{trans('resource.notes_title')}} {{trans('resource.notes_posted_by')}} {{trans('general.created_at')}}
{{$item->subject->name_with_code}} {{$item->subject->batch->batch_with_course}} {{$item->title}} {{$item->employee->name}}
{{getEmployeeDesignationName($item->employee, $item->created_at)}}
{{showDateTime($item->created_at)}}
@include('print.print-layout.footer')