@extends('layout.auth') @section('title', __('Login')) @section('title1', __('Login')) @section('title2', __('Sign in to access your account and continue your journey with us')) @section('class_global', 'login-container') @section('content')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@if (Route::has('register'))

{{ __("Don't have an account?") }} {{ __('Create Account') }}

@endif @endsection