@extends('layouts.webLayoutMaster') @section('meta') @endsection @section('canonical') @endsection @section('title') - Reset Password @endsection @section('css') @endsection @section('content') Reset Password Home / Reset Password @csrf Reset Your Password New Password Confirm New Password @if (session('success')) {{ session('success') }} @elseif (session('error')) {{ session('error') }} @endif Reset Password @endsection @section('js') @endsection