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

Login

Register

@include('whatsapp',['message'=>'Contact admin below if problem persists'])
@endsection