@extends('layouts.master-guest')
@section('css')
@endsection
@section('content')
@include('others.form_request', ['frm_method' => 'POST', 'frm_action' => url('/check_date_flight'), 'frm_id' => 'validate_form'])
@endsection
@section('scripts')
@yield('additional-scripts')
@endsection