| {{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)}} |
@endforeach