@extends('auth.layouts.default') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Password Reset Request @stop @section('custom-styles') @stop @section('content')
@if (session('status'))
{!! session('status') !!}
@else {{--

If you don't have verified email address, kindly contact your Site Administrator

--}}
{{-- --}} {{--
--}} {{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{--
--}}
@endif
@endsection