| {{ strtoupper($crewRoster->type) }} |
{{ baseDateFormat($crewRoster->roster_from) }} |
{{ baseDateFormat($crewRoster->roster_to) }} |
{{ $crewRoster->total_crew }} |
{{ $crewRoster->total_flights }} |
{{ $crewRoster->flt_no_crew }} |
{{ $crewRoster->flt_no_min_req }} |
{{ $crewRoster->flt_no_standby }} |
{{ $crewRoster->published_data ? baseDateFormat($crewRoster->published_date, true, '-') : baseDateFormat($crewRoster->created_at, true, '-') }} |
{{ $crewRoster->user->first_name." ".$crewRoster->user->last_name }} |
{{ $crewRoster->status }} |