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