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

Edit Airport: {{ $airport->code }}

@method('PUT') @include('admin.airports.form')
@endsection