@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
@error('email_or_phone') {{ $message }} @enderror
{{ __('taxido::front.login_with') }}
@isset($cabSettings['activation']['default_credentials']) @if ((int) $cabSettings['activation']['default_credentials'])
@endif @endisset
@endsection @push('scripts') @endpush