@lang('DBasic::common.type') |
{{ $subfleet->type }} |
@if($subfleet->fares_count > 0)
@lang('DBasic::common.config') |
@foreach($subfleet->fares as $fare)
@if(!$loop->first) • @endif
{{ $fare->name }}
{{ number_format($fare->pivot->capacity) }}
@if($fare->type == 1) {{ $units['weight'] }} @else Pax @endif
@endforeach
|
@endif
@if(filled($subfleet->typeratings))
Type Rating(s) |
@foreach($subfleet->typeratings as $rating)
@if(!$loop->first) • @endif
{{ $rating->name }}
@endforeach
|
@endif
@lang('DBasic::common.airline') |
{{ $subfleet->airline->name ?? '' }}
|
@lang('DBasic::common.base') |
{{ $subfleet->hub->full_name ?? '' }}
|
@if($subfleet->flights_count > 0)
@lang('DBasic::common.flights') |
{{ number_format($subfleet->flights_count) }} |
@endif