@php $company = \App\Models\User::getCompanyProfile(); @endphp
{{ $company?->company_address ?? '' }} {{ $company?->company_phone ?? '' }} {{ $company?->company_email ?? '' }}
@if (isset($company->company_social_links['facebook'])) @endif @if (isset($company->company_social_links['linkedin'])) @endif @if (isset($company->company_social_links['instagram'])) @endif