@php // Fetch the first record from the compro_parameter table $compro = \App\Models\CompanyParameter::first(); @endphp {{--
Loading...
--}}
@if (!empty($compro->maps)) Lokasi Kantor @else

Office Location Not Available

@endif
@if (!empty($compro->email)) {{ $compro->email }} @else

Email Not Available

@endif
@if (!empty($compro->no_telepon)) {{ $compro->no_telepon }} @else

Phone Number Not Available

@endif
@php $activeMetas = \App\Models\Meta::where('start_date', '<=', today()) ->where('end_date', '>=', today()) ->get() ->groupBy('type'); $brand = \App\Models\BrandPartner::where('type', 'brand', 'nama')->get(); @endphp