@if($contactInfo->icon)
@endif
{{ $contactInfo->title }}
{{ ucfirst(str_replace('_', ' ', $contactInfo->type)) }}
Value
{{ $contactInfo->value }}
@if($contactInfo->description)
Description
{{ $contactInfo->description }}
@endif
Status
@if($contactInfo->is_active)
Active
@else
Inactive
@endif
Sort Order
{{ $contactInfo->sort_order }}