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