@extends('layouts/fullLayoutMaster') @section('title', 'Forgot Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
branding logo

Recover your password

Please enter your email address and we'll send you instructions on how to reset your password.

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection