@extends('frontend.layouts.homepage') @section('title') {{app_name()}} @endsection @section('content') @include('frontend.homepage.pages.slider') @include('frontend.homepage.pages.service') @include('frontend.homepage.pages.action') @include('frontend.homepage.pages.about') @include('frontend.homepage.pages.statistik') @include('frontend.homepage.pages.tabs') @endsection