@extends('auth.auth_layout') @section('content') @include('auth.page_title', ['pageTitleMessage'=>'Confirm'])
@csrf
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Forgot Your Password?

@endsection