15 lines
328 B
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
|