@extends('layouts.app') @section('title') {{ trans('auth.login') }} @endsection @section('content')
{{ trans('auth.login') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ trans('auth.forgot_your_password') }} @endif
@endsection