@extends('layout') @section('title') {{__('user.Reset Password')}} @endsection @section('meta') @endsection @section('user-content')

{{__('user.Reset Password')}}

@php $search_url = request()->fullUrl(); @endphp @endsection