@extends('adminlte::auth.auth-page', ['auth_type' => 'login']) @section('auth_header', __('adminlte::adminlte.password_reset_message')) @section('auth_body')
@csrf {{-- Email field --}}
@error('email') {{ $message }} @enderror
{{-- Send reset link button --}}
@stop @section('auth_footer')

{{ __('adminlte::adminlte.sign_in') }}

@stop