@extends('user_type.guest', ['parentFolder' => 'pages', 'childFolder' => 'resetPasswprd']) @section('content')
@if($errors->any())
{{$errors->first()}}
@endif @if(session('success'))
{{ session('success') }}
@endif

Reset Password

You will receive an e-mail in maximum 60 seconds

@csrf
@endsection