{{ $agenda->title}}
@switch($agenda->type) @case('tarh') {{ __('agenda.type.tarh') }} @break @case('technical') {{ __('agenda.type.technical') }} @break @case('commission') {{ __('agenda.type.commission') }} @break @default @endswitch
@switch($agenda->status) @case('pending') {{ __('agenda.status.pending') }} @break @case('inprogress') {{ __('agenda.status.inprogress') }} @break @case('complete') {{ __('agenda.status.complete') }} @break @case('archive') {{ __('agenda.status.archive') }} @break @default @endswitch
{{ getHijriDate($agenda->created_at) }}
{{ $agenda->time ?? ''}}
{{ $agenda->location ?? ''}}
{{ $agenda->participant ?? ''}}
{{ $agenda->description}}
| {{ __('global.no') }} | {{ __('matter.item') }} | {{ __('matter.organization_slash_company') }} | {{ __('matter.timing') }} | @if($agenda->action_before == 'approve' && $isBeforeApproved){{ __('matter.committee_decission') }} | @endif
|---|---|---|---|---|
| {{ $i++; }} | {{ $matter->matterName->title }} |
|
{{ $matter->timing }} {{ __('global.minute') }} | @if($agenda->action_before == 'approve' && $isBeforeApproved){{ $matter->committee_decision }} | @endif
{{__('agenda.directorate_deputy_decision_before_decission')}}
{{ $actionUser->name ?? '' }}
@if($agenda->action_before == 'approve') Approved @else Declined @endif
{{ formatVertaDate($date->timestamp) }}
{{ __('agenda.waiting_for_directorate_deputy_action') }}
@if(auth()->user()->hasPermissionTo('Agenda - Action Agenda')){{__('agenda.directorate_deputy_decision_after_decission')}}
{{ $actionUser->name ?? '' }}
@if($agenda->action_after == 'approve') Approved @else Declined @endif
{{ formatVertaDate($date->timestamp) }}
{{ __('agenda.waiting_for_directorate_deputy_action') }}
@if(auth()->user()->hasPermissionTo('Agenda - Action Agenda'))