/home/techb158/ileadtechnology.com/SSM/resources/views/print/resource
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)])}}
| {{trans('academic.subject')}} |
{{trans('academic.batch')}} |
{{trans('resource.notes_title')}} |
{{trans('resource.notes_posted_by')}} |
{{trans('general.created_at')}} |
@foreach($notes as $item)
| {{$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)}} |
@endforeach
@include('print.print-layout.footer')