@extends('site.layouts.app') @section('title','Recovery password') {{-- SEO Start --}} @section('meta_description', 'This is the description for SEO') @section('meta_keywords', 'SEO, Keywords, Web Development') @section('meta_author', 'John Doe') {{-- SEO End --}} @section('content')
FORGOT PASSWORD
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@endsection