@section('title', __('Troubleshoot'))
{{-- fix image --}} {{-- clear cache --}} {{-- restart queue --}} {{-- restart reverb --}} {{-- fix notification --}} {{-- auto assignment --}} {{-- referal code --}} {{-- role/permssions --}} {{-- missing roles --}} {{-- Model Translations --}} {{-- Product Translations --}} {{-- Model Translations Fallback --}} {{-- fix arabic trans value --}} {{-- generate firebase indexes --}} {{-- try clear browser tokens --}} {{-- update driver records in firebase --}}

{{ __('This will try fix the regular drivers record in the firebase that was setting wrongly') }}

{{ __('These process might be longer depending on the size of your driver record') }}

{{-- fix country,state and city tables --}}

@if (false) {{-- sync boundaries --}}
{{-- countries --}}

{{ __('All the boundaries of the countries will be synced with the latest data. This helps with parcel delivery operation restrictions.') }}
{{ __('These process might be longer depending on the size of your countries data') }}

{{-- states --}}

{{ __('All the boundaries of the States will be synced with the latest data. This helps with parcel delivery operation restrictions.') }}
{{ __('These process might be longer depending on the size of your states data') }}

{{-- cities --}}

{{ __('All the boundaries of the Cities will be synced with the latest data. This helps with parcel delivery operation restrictions.') }}
{{ __('These process might be longer depending on the size of your cities data') }}

@endif

{{ __('Auto Assignment checks') }}


@foreach ($autoAssignmentChecks as $key => $autoAssignmentCheck)
{{ Str::title(str_ireplace('_', ' ', $key)) }}
@if ($autoAssignmentCheck) @else @endif
@endforeach