{{-- Uses the guest layout defined above --}} {{-- Displays messages like 'Password reset link sent' --}}
@csrf
{{-- Forgot Password Link --}} @if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{-- Login Button --}} {{-- Uses Breeze primary button component - often styled with indigo --}} {{ __('Log in') }}