{{ __('customer.fieldset_portal') }}

{{-- Status + Setup/Reset --}}
{{ __('customer.portal_status_label') }}: @if ($customer->password) @if ($customer->portal_enabled) {{ __('customer.portal_status_active') }} @else {{ __('customer.portal_status_inactive') }} @endif @else {{ __('customer.portal_status_not_configured') }} @endif
@if (! $customer->email)

{{ __('customer.portal_no_email') }}

@else
@if ($customer->password)
@csrf {{ __('customer.portal_btn_reset') }}
@else
@csrf {{ __('customer.portal_btn_setup') }}
@endif
@endif {{-- Visibility Settings --}} @if ($customer->password)
@csrf @method('PUT')

{{ __('customer.portal_visibility_heading') }}

portal_enabled))>
portal_show_gps))>
portal_show_photos))>
portal_show_driver_name))>
{{ __('ui.button_save') }}
@endif