@extends('frontend.layout.master') @section('title') FSBM | {{ucfirst($slug->title)}} @endsection @section('keyword') {!!strip_tags($slug->meta_keyword)!!} @endsection @section('description') {!!strip_tags($slug->meta_desc)!!} @endsection @section('content') Forgot Password Home Forgot Password Forgot Password @if (session('status')) {{ session('status') }} @endif @csrf {{ __('E-Mail Address') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif Forget it, send me back to the Sign In. @endsection