@extends('frontend::layouts.master') @section('content') @if (!empty($banner)) @includeIf('frontend::sections.banner_index', ['banner' => $banner]) @endif @if (!empty($intro)) @includeIf('frontend::sections.intro', ['intro' => $intro]) @endif @if (!empty($service)) @includeIf('frontend::sections.service', ['service' => $service, 'service_content' => $service_content]) @endif @if (!empty($news)) @includeIf('frontend::sections.news', ['news' => $news, 'news_content' => $news_content]) @endif @if (!empty($contact)) @includeIf('frontend::sections.contact', ['contact' => $contact]) @endif @endsection