perling/resources/views/frontend/home.blade.php

15 lines
328 B
PHP

@extends('components.frontend.layout')
@section('content')
@include('components.frontend.home.popup')
@include('components.frontend.home.hero')
@include('components.frontend.home.layanan')
@include('components.frontend.home.faq')
@include('components.frontend.home.news')
@include('components.frontend.footer')
@endsection