@section('title', __('Users'))

{{ __('Create User Account') }}

@if (($roleName ?? '') == 'driver') @endif

{{ __('You can manage user wallet balance from the wallet transaction page') }}: {{ __('Wallet Transactions') }}

{{-- edit --}}

{{ __('Edit User Account') }}

@if (($roleName ?? '') == 'driver') @endif

{{ __('You can manage user wallet balance from the wallet transaction page') }}: {{ __('Wallet Transactions') }}

{{-- assign form --}}

{{ __('Assign Vendors To City Admin') }}

{{-- details modal --}}

{{ $selectedModel != null ? $selectedModel->name : '' }} {{ __('Details') }}

@production @else @endproduction @if (($selectedModel->role_name ?? '') == 'driver') @endif @php $roles = $selectedModel->roles ?? []; $roleCollection = collect($roles); $roleNames = $roleCollection ->map(function ($role) { return $role->name ?? ''; }) ->toArray(); $roleNames = implode(', ', $roleNames); @endphp

{{ __('Documents') }}

@foreach ($selectedModel->documents ?? [] as $document) @endforeach
@if (setting('qrcodeLogin', false)) @production

{{ __('Scan to login') }}

{{ __('Only works with mobile apps') }}

@if ($selectedModel != null && ($showDetails ?? false)) {{ __('QR Code Login') }} @endif
@endproduction @endif
@include('layouts.partials.phoneselector')