@extends('layouts.app') @section('contentSection') Home Reset Password @csrf @csrf New Password * Confirm New Password * Reset Password @endsection @section('pageSpecificScripts') @if (Session::has('success')) @endif @if (Session::has('errors')) @endif @endsection