@if ($errors->has('error'))
×
{{ $errors->first('error') }}
@endif @if(session()->get('success'))
×
{{ session()->get('success') }}
@endif @section('content')
Register
Please complete the form below to register.
{{ csrf_field() }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('surname'))
{{ $errors->first('surname') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
+27
+267
{{--
--}} @if ($errors->has('areaCode'))
{{ $errors->first('areaCode') }}
@endif
@if ($errors->has('tel'))
{{ $errors->first('tel') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Login instead
Register