@if (count($hubs))

Hubs @lang("content.add")

@foreach ($hubs as $each_hub) @endforeach
No @lang("content.name") @lang("content.city") @lang("content.hub") Crew Base @lang("content.actions")
{!! $each_hub->id !!} {!! $each_hub->name !!} {!! $each_hub->city->abbr !!} {!! ($each_hub->is_hub == 1) ? "" : "" !!} {!! ($each_hub->is_crew_base == 1) ? "" : "" !!}
@else

Found 0 Types

@endif