@extends('layouts.auth') @section('title', __('Reset Password')) @section('subtitle', __('Forgot your password? We\'ll help you recover it')) @section('content')

{{ __('Enter your email address and we\'ll send you a link to reset your password.') }}

@csrf
@endsection @section('footer_links')

{{ __('Remember your password?') }} {{ __('Sign in') }}

@endsection @section('additional_info') 🔒 Enterprise-Grade Security @endsection