@extends('app') @section('title', __('DBasic::common.hdetails')) @section('content')
@lang('DBasic::common.icao') | {{ $hub->icao }} |
---|---|
@lang('DBasic::common.iata') | {{ $hub->iata ?? '--' }} |
@lang('DBasic::common.location') | {{ $hub->location }} @if (strlen($hub->country) == 2) {{ ' | '.$country->alpha2($hub->country)['name'].' ('.$hub->country.')' }} @else {{ ' | '.$hub->country }} @endif |
@lang('DBasic::common.timezone') | {{ $hub->timezone }} |
@lang('DBasic::common.groundhc') | {{ number_format($hub->ground_handling_cost).' '.$units['currency'] }} |
@lang('DBasic::common.fuelc') | 100LL | {{ DB_FuelCost($hub->fuel_100ll_cost, $units['fuel'], $units['currency']) }} |
@lang('DBasic::common.fuelc') | MOGAS | {{ DB_FuelCost($hub->fuel_mogas_cost, $units['fuel'], $units['currency']) }} |
@lang('DBasic::common.fuelc') | JETA1 | {{ DB_FuelCost($hub->fuel_jeta_cost, $units['fuel'], $units['currency']) }} |