@extends('layouts.guest') @section('title', 'Sign in') @section('content')

Welcome back

Sign in to the admin panel

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Forgot password?
@endsection