@extends('layouts.admin') @section('content') @can('user_create')
{{ trans('global.add') }} {{ 'Manual Flight' }}
@endcan
{{ trans('cruds.user.title_singular') }} {{ trans('global.list') }}
{{ 'From Location' }} {{ 'To Location' }} {{ 'From Date' }} {{ 'To Date' }} {{ 'Price' }} {{ 'Action' }}
@endsection @section('scripts') @endsection