@extends('user.layouts.auth') @section('content') @if(Session::has('message'))

{{ Session::get('message') }}

@endif @if ($errors->any())
@endif
@csrf

Reset Password

{{--
Forgot Password ?
--}}
@endsection @push('scripts') @endpush