@extends('backend.auth.layouts.auth-template') @section('title', 'Reset Password') @section('content') @include('backend.auth.left-banner') Reset Password @if ($errors->has('errors')) {{ $errors->first('errors') }} @endif @if (Session::has('message')) {{ Session::get('message') }} @endif @csrf @error('new_password') {{ $message }} @enderror @error('confirm_password') {{ $message }} @enderror @if (session('error')) {{ session('error') }} @endif Update Password Back to Login {{-- @include('backend.auth.layouts.patterns') --}} @endsection @section('script') @endsection