@extends('admin.layouts.master') @section('title', __('cabbooking::static.fleet_managers.add')) @section('content')
@method('POST') @csrf @include('cabbooking::admin.fleet-manager.fields')
@endsection