perling/resources/views/home.blade.php

12 lines
189 B
PHP

@extends('components.frontend.layout')
@section('content')
{{-- @include('components.home.hero') --}}
@include('components.home.hero2')
@include('components.home.layanan')
@endsection