@extends('layouts.webmaster') @push('page-style') @endpush @section('page-content')
@if( Session::has('success'))
× Success! You are registered successfully Proceed To Login @if( Session::has('lastUserId')) and Download Form @endif
@endif @if( Session::has('error'))
× Error! {{ Session::get('error') }}
@endif
{{ csrf_field() }}
Personal Information
*
*
*
*
*
*
* @if($errors->has('contact')) {{ $errors->first('contact')}} @endif
*
*
*

Residential Address:
Office Address:

Residential Address:


Office Address:


Native Address:


Other Address:

{{--

@if($errors->has('contact')) {{ $errors->first('contact')}} @endif

--}}
Back
{{--
Back
--}}
@endsection @push('page-script') > @endpush