@extends('layouts.guest') @section('title', 'Login') @section('page-title', 'Sign in') @section('content')
@csrf

Admin sign in

Use your email and password to access the admin dashboard.

@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection