{{ $meeting->meeting_subject }}
{{ isset($meeting->responsible->full_name)?$meeting->responsible->full_name:null }}
@if(isset($meeting)) @foreach(explode(',',$meeting->company_attendees) as $company_attendees) {{ $user->where('id',$company_attendees)->first()->full_name }} @if(!@$loop->last) , @endif @endforeach @endif
@if(isset($meeting)) @foreach(explode(',',$meeting->staff_attendees) as $staff_attendees) @if(!empty($staff_attendees)) {{ isset($staff_attendees)?$user->where('id',$staff_attendees)->first()->full_name:'' }} @endif @if(!@$loop->last) , @endif @endforeach @endif
{{ $meeting->meeting_starting_date }}
{{ $meeting->meeting_ending_date }}
{{ $meeting->location }}
{{ $meeting->privacy }}
{{ $meeting->show_time_as }}
{{ $meeting->meeting_description }}
@if (@$action == 'show') {{trans('table.back')}} @else {{trans('table.back')}} @endif