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

Recover Your Password

Please enter your email in the field below, you will receive an email containing a link to reset your password.

@include('admin.layouts.error-message')
@csrf
@endsection