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

Register

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

:message

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

:message

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

:message

') : '') !!}
@stop