{!!$user->first_name .' '.$user->last_name!!}
{{ $user->location && $user->location->airport ? $user->location->airport->iata : "" }}
@if ($user->position_title)
@php $position = $user->position_title @endphp
@php $position .= $user->is_business_crew ? " | Business Class Crew" : "" @endphp
{{ $position }}
@endif
{{--Upload Photo Form--}}
@include('forms/general/upload-picture', ['postUrl' => url("user/upload/{$userId}")])
{{ $user->staff_number }} |
{{ $user->doj ? baseDateFormatYear($user->doj) : "" }} |
{{--
{{ $crewAircraftTypes }} |
--}}
{{ $user->phone }} |
{{ $user->mobile }} |
@if ($authUser->edit_crew_profile)
{{--@include('crew.profile-general-main-tab')--}}
@include('crew.profile-general-general-tab')
@include('crew.profile-general-info-tab')
@include('crew.profile-general-staff-travel-tab')
@include('crew.profile-general-details-tab')
@include('crew.profile-general-restrictions-tab')
@else
@include('crew.profile-general-info-tab')
@include('crew.profile-general-crew-tab')
@include('crew.profile-general-staff-travel-tab')
@endif