@php $setting = new App\Setting(); @endphp @extends('frontends.layouts.index') @section('content')

@include('frontends.layouts.__partials.__alert') {!! Form::open() !!}
{!! Form::email('email', null, ['id'=>'email','class'=>'form-control','placeholder'=>__('Email Address')]) !!}

{{ __('You will receive an email containing a link allowing you to reset your password to a new preferred one.') }}

{!! Form::close() !!}
@stop @section('script') @stop