@php
$language = LaravelLocalization::setLocale() ?? settingHelper('default_language')
@endphp
@extends('site.layouts.app') @section('content') @if(!blank($primarySectionPosts)) @include('site.partials.home.primary_section', [ 'section' => $primarySection, 'posts' => $primarySectionPosts, 'sliderPosts' => $sliderPosts, ]) @endif