@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.fleet.new')
{!! Form::open(['id'=>'createFleet','class'=>'ajax-form','method'=>'POST']) !!} @if(isset($fleetDetail->id)) @endif

@lang('modules.fleet.groupsTitle')



@lang('modules.fleet.detailsTitle')


@lang('modules.fleet.datesTitle')


{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush