Add Property
@csrf
'; print_r($user); echo ''; die();*/ ?>
{{ __('Property Name') }}
*
@if ($errors->has('property_name'))
{{ $errors->first('property_name') }}
@endif
'; print_r($user); echo ''; die();*/ ?>
{{ __('Address') }}
*
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
City
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
'; print_r($user); echo ''; die();*/ ?>
{{ __('State') }}
Select State
@foreach($state as $stateget)
{{ $stateget->state_name }}
@endforeach
'; print_r($user); echo ''; die();*/ ?>
{{ __('Zip') }}
@if ($errors->has('zip'))
{{ $errors->first('zip') }}
@endif
Email
*
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('Market') }}
*
Select Market
Austin
Dallas / Forth Worth
Houston
San Antonio
{{ __('Manager') }}
@if ($errors->has('Manager'))
{{ $errors->first('Manager') }}
@endif
Phone
*
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
Fax
@if ($errors->has('fax'))
{{ $errors->first('fax') }}
@endif
'; print_r($user); echo ''; die();*/ ?>
{{ __('Management Company') }}
Select Management
@foreach($mgmt_company as $company)
{{ $company->mgmt_name }}
@endforeach
@if($company_id==0)
{{ __('Real State Company') }}
*
Select Company
@foreach($real_company as $company)
{{ $company->mgmt_name }}
@endforeach
@else
@endif
'; print_r($user); echo ''; die();*/ ?>
{{ __('Website') }}
@if ($errors->has('website'))
{{ $errors->first('website') }}
@endif
 
Billing Address same as Property Address
'; print_r($user); echo ''; die();*/ ?>
{{ __('Billing Address') }}
*
@if ($errors->has('BillingAddress'))
{{ $errors->first('BillingAddress') }}
@endif
{{ __('Billing City') }}
@if ($errors->has('BillingCity'))
{{ $errors->first('BillingCity') }}
@endif
'; print_r($user); echo ''; die();*/ ?>
{{ __('Billing State') }}
Select State
@foreach($state as $stateget)
{{ $stateget->state_name }}
@endforeach
'; print_r($user); echo ''; die();*/ ?>
{{ __('Billing Zip') }}
@if ($errors->has('BillingZip'))
{{ $errors->first('BillingZip') }}
@endif
user_role != 1){ ?>
{{ __('Collection Detail') }}
'; print_r($user); echo ''; die();*/ ?>
{{ __('VendorID') }}
@if ($errors->has('VendorID'))
{{ $errors->first('VendorID') }}
@endif
'; print_r($user); echo ''; die();*/ ?>
{{ __('Note') }}