{{ __('admin.main_data') }}

{{ __('admin.status') }}

@if($row->is_approved == 1) {{ __('admin.accepted') }} @elseif(is_null($row->is_approved)) {{ __('admin.pending') }}
@elseif($row->is_approved == 0) {{ __('admin.rejected') }} @if($row->rejection_reason)
{{ __('admin.rejection_reason') }}: {{ $row->rejection_reason }}
@endif @endif
@if(count($row->registration_files))

{{ __('admin.registration_documents') }}
@foreach($row->registration_files as $file) @endforeach @endif @if($row->is_approved == 1)

{{ __('admin.assign_scooters') }}
@csrf

{{ __('admin.assigned_scooters') }}: {{ $row->assignedScootersCount() }} @if($row->maxVehicleCount()) — {{ __('admin.vehicle_count_slots', [ 'assigned' => $row->assignedScootersCount(), 'max' => $row->maxVehicleCount(), 'range' => $row->vehicle_count, ]) }} @elseif(filled($row->vehicle_count)) — {{ __('admin.vehicle_count_slots_unlimited', [ 'assigned' => $row->assignedScootersCount(), 'range' => $row->vehicle_count, ]) }} @endif

@endif

{{ __('admin.statistics') }}

{{ $row->scooters()->count() }}

{{ __('admin.scooters') }}

{{ $row->rides()->count() }}

{{ __('admin.rides') }}

{{ $row->settlements()->count() }}

{{ __('admin.settlements') }}


{{ __('admin.additional_information') }}