@extends('Centaur::layout') @section('title', 'Login') @section('content')

Login

{!! ($errors->has('email') ? $errors->first('email', '

:message

') : '') !!}
{!! ($errors->has('password') ? $errors->first('password', '

:message

') : '') !!}

Forgot your password?

@stop