@extends('master') @section('content') @if(isset($error))
{{{$error}}} ×
@endif

Employer Registration

This screen will allow you to register employers

Name of the company is required.

First Name is required and must be a string.
Must be a string.
Last Name is required and must be a string.
Must be a string.
Email format is incorrect
The email did not match

Address

Street is required and must be a string.
Must be a string.
Zipcode is required. Five numbers

Phone is required, format:
(xxx)xxx-xxxx or xxx-xxx-xxxx

@include('registration.userAgreement')
@stop