/home/techb158/ileadtechnology.com/SSM/resources/views/print/communication
NameSizeModeActions
communication.blade.php34570644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/communication/communication.blade.php (3457B)
@include('print.print-layout.header')

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

{{trans('communication.communication_history').' '.trans('general.total_result_count',['count' => count($communications)])}}

@foreach($communications as $communication) @endforeach
{{trans('communication.type')}} {{trans('communication.title')}} {{trans('communication.audience')}} {{trans('communication.recipient_count')}} {{trans('communication.sent_by')}} {{trans('general.created_at')}}
{{trans('communication.'.$communication->type)}} {{$communication->title}} @if($communication->audience == 'everyone') {{trans('calendar.communication_for_everyone')}} @elseif($communication->audience == 'selected_course') {{trans('academic.course')}}
    @foreach($communication->courses as $course)
  • {{$course->name.' '.$course->CourseGroup->name}}
  • @endforeach
@elseif($communication->audience == 'selected_batch') {{trans('academic.batch')}}
    @foreach($communication->batches as $batch)
  • {{$batch->Course->name.' '.$batch->name}}
  • @endforeach
@elseif($communication->audience == 'selected_department') {{trans('employee.department')}}
    @foreach($communication->departments as $department)
  • {{$department->name}}
  • @endforeach
@elseif($communication->audience == 'selected_employee_category') {{trans('employee.employee_category')}}
    @foreach($communication->employeeCategories as $employee_category)
  • {{$employee_category->name}}
  • @endforeach
@endif
{{$communication->recipient_count}} {{$communication->User->Employee->name}}
{{getEmployeeDesignationName($communication->User->Employee, $communication->start_date)}}
{{showDateTime($communication->created_at)}}
@include('print.print-layout.footer')