@if (isset($meeting)) {{ $meeting->meeting_subject }} @endif
@if (isset($meeting)) {{ $meeting->responsible->full_name }} @endif
@if(isset($meeting)) @foreach(explode(',',$meeting->company_attendees) as $company_attendees) {{ $opportunity->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) {{ $staffs[$staff_attendees] }} @if(!@$loop->last) , @endif @endforeach @endif
@if (isset($meeting)) {{ $meeting->starting_date }} @endif
@if (isset($meeting)) {{ $meeting->ending_date }} @endif
@if (isset($meeting)) {{ $meeting->location }} @endif
@if (isset($meeting)) {{ $meeting->privacy }} @endif
@if (isset($meeting)) {{ $meeting->show_time_as }} @endif
@if (isset($meeting)) {{ $meeting->meeting_description }} @endif
@if (@$action == 'show') {{trans('table.close')}} @else {{trans('table.back')}} @endif