@extends('layout.clean') @section('bodyClass', 'login') @section('content')

@if(Session::has('error'))

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

@endif
@stop