@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') Reset Password Home Reset Password {{ __('Reset Password') }} @if (session('status')) {{ session('status') }} @endif @csrf {{ __('E-Mail Address') }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{ __('Password') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{ __('Confirm Password') }} @if ($errors->has('password')) {{ $errors->first('password') }} @endif @endsection