{{ $subfleet->name }}
@if($subfleet->fares_count > 0) @endif @if(filled($subfleet->typeratings)) @endif @if($subfleet->flights_count > 0) @endif
@lang('DBasic::common.type') {{ $subfleet->type }}
@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
Type Rating(s) @foreach($subfleet->typeratings as $rating) @if(!$loop->first) • @endif {{ $rating->name }} @endforeach
@lang('DBasic::common.airline') {{ $subfleet->airline->name ?? '' }}
@lang('DBasic::common.base') {{ $subfleet->hub->full_name ?? '' }}
@lang('DBasic::common.flights') {{ number_format($subfleet->flights_count) }}