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

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

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

@foreach($assignments as $assignment) @endforeach
{{trans('academic.subject')}} {{trans('academic.batch')}} {{trans('resource.assignment_title')}} {{trans('resource.date_of_assignment')}} {{trans('resource.due_date_of_assignment')}} {{trans('resource.assignment_posted_by')}} {{trans('general.created_at')}}
{{$assignment->subject->name_with_code}} {{$assignment->subject->batch->batch_with_course}} {{$assignment->title}} {{showDate($assignment->date_of_assignment)}} {{showDate($assignment->due_date)}} {{$assignment->employee->name}}
{{getEmployeeDesignationName($assignment->employee, $assignment->date_of_assignment)}}
{{showDateTime($assignment->created_at)}}
@include('print.print-layout.footer')