芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/resources/views/back/airport/add_airport.blade.php
@extends('layouts.app') @section('title', 'Airport') @section('content')
@include('layouts.flash-messages')
Create an Airport!
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Register Airport
@endsection