@extends('layouts.auth') @section('title', __('auth.portal_login') . ' — ' . config('app.name')) @section('form') {{ __('auth.portal_login') }}

{{ __('auth.sign_in') }}

{{ __('auth.login_intro') }}

@csrf
+{{ config('sms.default_country_code') }}
@error('phone')

{{ $message }}

@enderror

{{ __('auth.security_note') }}

@endsection