@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')
@if (Route::has('register')){{ __("Don't have an account?") }} {{ __('Create Account') }}