@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('auth.partials.logo')

{{ __('auth.forgot_password_title') }}

{{ __('auth.send_instructions') }}

@if (session('status'))

{{ session('status') }}

@endif
@csrf
@error('email') {{ $message }} @enderror

{{ __('auth.remember_password') }} {{ __('auth.back_to_login') }}

© {{ date('Y') }} {{ env('APP_NAME') }}. {{ __('auth.all_rights_reserved') }}

Developed by Planicsdev Infotech LLP