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