@extends('layout.clean') @section('bodyClass', 'login') @section('content')
@if(Session::has('error'))

{{ Session::get('error') }}

@endif
@if(!config('setting.always_authenticate', false)) @endif
@stop