@extends('layouts.auth', ['title' => 'Login']) @section('content')

Sign In

Enter your email address and password to access admin panel.

@csrf @if (sizeof($errors) > 0) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif
Reset password

OR sign with

New here? Sign Up

@endsection