@php $setting = new App\Setting(); @endphp

{{ __('Sign In') }}

{!! Form::open(['url'=>action('AuthController@postLogin'),'method'=>'post']) !!}
{{ __('Or') }}
{{ __('Don’t have an account?') }} {{ __('Sign up') }}

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

{!! Form::close() !!}