Edit Property

@csrf
* @if ($errors->has('property_name')) {{ $errors->first('property_name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('zip')) {{ $errors->first('zip') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('invoiceemail')) {{ $errors->first('invoiceemail') }} @endif
@if ($errors->has('Manager')) {{ $errors->first('Manager') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if($company_id==0) @else @endif
@if ($errors->has('website')) {{ $errors->first('website') }} @endif
@if ($errors->has('website')) {{ $errors->first('website') }} @endif
Billing Address same as Property Address
@if ($errors->has('BillingAddress')) {{ $errors->first('BillingAddress') }} @endif
@if ($errors->has('BillingCity')) {{ $errors->first('BillingCity') }} @endif
@if ($errors->has('BillingZip')) {{ $errors->first('BillingZip') }} @endif