@php $companySettings = app(\App\Services\CompanySettingsService::class)->getCompanyContactInfo(); @endphp @yield('title', $companySettings['companyName'])

@yield('title')

@hasSection('subtitle') @endif
@yield('content')