@extends('layouts.default') @section('title') Meeting Request @endsection @section('header-style') @endsection @section('content')
| Meeting Type | : | {{isset($activities)?is_null($activities)?'':$activities[0]->activity_name:''}} | Meeting Name | : | {{$data->meeting_name}} | Chairperson | : | {{isset($data->meeting_chairperson) ? $data->meeting_chairperson->emp_name : ''}} |
| Date | : | {{\App\Helpers\HelperClass::customDateFormat($data->meeting_date)}} | Start Time | : | {{\App\Helpers\HelperClass::customTimeFormat($data->start_time)}} | End Time | : | {{\App\Helpers\HelperClass::customTimeFormat($data->end_time)}} |
| Actual Start Time | : | {{\App\Helpers\HelperClass::customTimeFormat($data->meeting_actual_start_time)}} | Actual End Time | : | {{\App\Helpers\HelperClass::customTimeFormat($data->meeting_actual_end_time)}} | Meeting Caller | : | {{isset($data->meeting_caller->employee) ? $data->meeting_caller->employee->emp_name : ''}} |
| Location | : | {{$data->meeting_location}} | Venue | : | {{$data->meeting_venue}} | File No. | : | {{$data->file_no}} |
| AGENDA | : | {{$data->meeting_location}} | PRIORITY | : | {{isset($data->priority)?$data->priority->priority_name:''}} | STATUS | : | {{$data->status_name}} |
| Discussion | Decision |
|---|---|
| {{$discussion->discussion}} | {{$discussion->decision}} |
| No data found. | |
| TYPE | NAME | Organization | Designation | Department | Mobile | Note Tacker | Status |
|---|---|---|---|---|---|---|---|
| {{$participant->request->request_name}} |
{{isset($participant->participant_name) ? $participant->participant_name : '' }}
{{isset($participant->employee['emp_name']) ? $participant->employee['emp_name']: '' }}
{{isset($participant->stakeholder->name) ? $participant->stakeholder->name : '' }}
|
{{isset($participant->participant_org_name) ? $participant->participant_org_name : '' }} | {{isset($participant->participant_designation) ? $participant->participant_designation : '' }} | {{isset($participant->participant_department) ? $participant->participant_department : '' }} | {{isset($participant->participant_mobile) ? $participant->participant_mobile : '' }} | {{(($participant->is_note_tacker == 'Y')?'Yes': 'No')}} | {{(($participant->status == 'A')?'PRESENT': 'ABSENT')}} |