@php if($errors->has('name')) { echo $errors->first('name') ; } @endphp
@php if($errors->has('phone')) { echo $errors->first('phone') ; } @endphp
@php if($errors->has('website')) { echo $errors->first('website') ; } @endphp
@include('vendor.partials.contact_person_form')