@extends('admin.app') @section('content')

{!! $airport->name !!}

@include('admin.airports.show_fields') Back
@endsection