{{-- @extends('layout') --}} {{-- @extends('layouts.main') @section('title', 'Reset Password') @section('content') --}} @extends('layouts.main') @push('title') Reset Password @endpush @section('main-section')

RESET PASSWORD

Unlock your financial potential and pave your path to prosperity through smart investments and strategic decisions. Explore opportunities and embark on your journey to financial freedom today.

{{--
--}}
@if (session()->has('status'))
{{ session()->get('status') }}
@endif @if(count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Reset Password

{{ csrf_field() }}
@endsection