@extends('layouts.auth-layout') @section('title', 'Set New Password') @section('content')

Set New Password

Create a new password for your portal

@if (session('success')) @endif @if(session()->has('error')) @endif
@csrf
Caps Lock is ON
@push('customJs') @endpush @endsection