@extends('client.layout.master') @section('content') @include('client.layout.navbar')

Forgot Password

We will send a link to reset your password

@if (Session::get('errors')) {!! Session::forget('errors') !!} @endif @if (Session::get('success')) {!! Session::forget('success') !!} @endif
@csrf
{{ $errors->first('email') }}
Already Register? Login
@endsection