@extends('layouts.auth') @section('htmlheader_title') Register @endsection @section('content')
@if (count($errors) > 0)
Whoops! {{ trans('message.someproblems') }}

@endif @if (Session::has('error'))
Whoops! {{ trans('message.someproblems') }}

@endif

Register

{{ csrf_field() }}
Name:
Email:
Password:
Password Again:
Cancel

Login

@endsection