@extends('layouts.auth') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('auth.login.title') }} @endsection @section('content')

{{__('auth.login.title')}}

@include('includes.alerts')
@csrf
mail
@error('email') {{ $message }} @enderror
lock
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) @endif
{{-- @if (Route::has('register'))--}} {{-- {{ __('auth.login.labels.not-registered') }} {{ __('auth.register.title') }}--}} {{-- @endif--}}
@endsection