@extends('backend.auth.layouts.app') @section('title', 'Admin Login') @section('content')

Sign In

Enter your email address and password to access account.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection