To create your visiting card, provide the following details
{{ csrf_field() }} @if(!empty($message))
{{$message}}
@endif
vcard_firstname) value="{{$resume->vcard_firstname}}" @else @if($resume->visiting_card_created==0) @if($resume->fullname) value="{{$resume->fullname}}" @else value="{{\Auth::user()->fullname}}" @endif @endif @endif" />
vcard_company) value="{{$resume->vcard_company}}" @else @foreach(\Auth::user()->present()->fields() as $field)@if($field->name=="Work organization name") @if($resume->visiting_card_created==0) value="{{\Auth::user()->present()->profile($field->id)}}" @endif @endif @endforeach @endif />
vcard_designation) value="{{$resume->vcard_designation}}" @else @if($resume->visiting_card_created==0) value="{{$resume->title}}" @endif @endif />
vcard_city) value="{{$resume->vcard_city}}" @else @if($resume->visiting_card_created==0) value="{{$resume->city}}" @endif @endif />
vcard_country) value="{{$resume->vcard_country}}" @else @if($resume->visiting_card_created==0) @foreach(\Auth::user()->present()->fields() as $field)@if($field->name=="Country name") value="{{\Auth::user()->present()->profile($field->id)}}" @endif @endforeach @endif @endif />
vcard_email) value="{{$resume->vcard_email}}" @else @if($resume->visiting_card_created==0) value="{{$resume->business_email}}" @endif @endif />
vcard_telephone) value="{{$resume->vcard_telephone}}" @else @if($resume->visiting_card_created==0) value="{{$resume->business_contact}}" @endif @endif />
vcard_cell) value="{{$resume->vcard_cell}}" @else @if($resume->visiting_card_created==0) value="{{$resume->business_contact}}" @endif @endif />
{{trans('organizationsettings.drag-and-drop-file')}}
@if($resume->visiting_card_img) @else @endif
Recommended resolution 500x500px