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

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

{{ __('Forgot Password?') }}

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