Edit {{ $driver->name }}

@if ($driverLimit !== null) {{ $driverCount }}/{{ $driverLimit }} used @endif
@if ($driverLimit !== null)
You are using {{ $driverCount }} of {{ $driverLimit }} allowed drivers. Remaining slots: {{ $remainingDriverSlots }}.
@else
No driver limit is currently set for your account.
@endif
@csrf @method('PUT')
{{ __('Update Driver') }} Cancel