@extends('adminlte::auth.auth-page', ['auth_type' => 'login']) @section('auth_header', __('Staff login')) @section('auth_body')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@stop @section('auth_footer')

{{ __('← Back to site') }}

@stop