@extends('layouts.base') @section('content')
logo

New User

Create a new account

@if(count($errors) > 0)
{!! $errors->first() !!}
@endif
{{ csrf_field() }}
@endsection