Loading
    @if($contactInfo->where('key', 'phone')->first()?->is_active)
  • {{ $contactInfo->where('key', 'phone')->first()->value }}
  • @endif @if($contactInfo->where('key', 'email')->first()?->is_active)
  • {{ $contactInfo->where('key', 'email')->first()->value }}
  • @endif
@yield('slider') @yield('content')