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