@section('title', 'Forgot Password')
{{-- form --}}
{{-- --}}

{{ setting('websiteName') }}

{{ __('Forgot Password') }}

@if (!$setPassword)
{{-- phone entry form --}}
@csrf
{{-- phone entry form --}}
@csrf
{{-- loading indicator --}}
{{-- error --}}

@else
@csrf
{{-- loading indicator --}}
@endif {{-- actions --}}

{{ __('Already have an account?') }} {{ __('Login') }}

@push('scripts') @endpush
@include('layouts.partials.phoneselector')