@extends('front.layouts.master') @section('title', __('taxido::front.login')) @section('content') @php $cabSettings = getSettings(); @endphp {{ __('taxido::front.welcome_to', ['app_name' => env('APP_NAME')]) }} {{ __('taxido::front.account_information') }} @csrf @foreach (getCountryCodes() as $option) calling_code == old('country_code', rideCountryCode() ?? 1))> {{ $option->calling_code }} @endforeach @error('country_code') {{ $message }} @enderror @error('email_or_phone') {{ $message }} @enderror {{-- --}} {{-- --}} @error('otp') {{ $message }} @enderror {{ __('taxido::front.send_otp') }} {{ __('taxido::front.verify') }} {{ __('taxido::front.login_with') }} @isset($settings['activation']['default_credentials']) @if ((int) $settings['activation']['default_credentials']) {{ __('taxido::front.demo_user') }} @endif @endisset {{ __('taxido::front.don’t_have_account') }} {{ __('taxido::front.sign_up') }} @endsection @push('scripts') @endpush