@extends('layouts.app') {{-- Include the layout --}} @section('content')
Update Password
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
Please enter New Password.
Please enter Confirm Password.

@endsection