@use('Modules\Taxido\Models\FleetManager') @php $fleetManagers = FleetManager::whereNull('deleted_at')->where('status', true)->get(); @endphp