@extends('layouts.app') @section('content')
Register New User
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('idno')) {{ $errors->first('idno') }} @endif
@if ($errors->has('contactno')) {{ $errors->first('contactno') }} @endif
@if ($errors->has('property_type_id')) {{ $errors->first('property_type_id') }} @endif
@if ($errors->has('property_block_id')) {{ $errors->first('property_block_id') }} @endif
@if ($errors->has('property_level_id')) {{ $errors->first('property_level_id') }} @endif
@if ($errors->has('properties_id')) {{ $errors->first('properties_id') }} @endif
Cancel
@endsection