@extends('layouts.main') @section('content')

Login

Authorize to the Website

@if(session('notfound'))
The credentials you provided are invalid.
@endif @if(session('passwordreset'))
Your password was reset successfully.
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection