芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/resources/views/back/ticket/reschedule_flight.blade.php
@extends('layouts.app') @section('title', 'Re-Schedule Flight') @section('content')
@include('layouts.flash-messages')
Re-Schedule Flight!
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Previous Departure Date
Previous Return Date
New Departure Date
New Return Date
Reschedule Date
@endsection