@extends('partials.main') @section('title') {{ 'User Login' }} @endsection @section('content')
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@csrf
@if (Route::has('password.request')) Lost your password? @endif
{{--
--}}
@endsection