@extends('web_layouts.layout') {{-- title --}} @section('title','Forgot-Password page') @section('content')
@if (session('out_of_control')) @endif
@if (session('forgot-success')) @endif

{{ __('messages.forgot_password_text')}}

@csrf
@error('email') @enderror
{{ __('messages.reset_link_text')}}
@endsection @section('topup-home.script') @endsection