@extends('layouts.frontend')
@section('title','Selamat Datang')
@section('header')
@include('frontend.header')
@endsection
@section('banner')
{{-- banner --}}
@include('frontend.banner')
{{-- End banner --}}
@endsection
@section('content')
@include('frontend.content')
@endsection
@section('footer')
@include('frontend.footer')
{{-- Whatsapp Button Start--}}
{{-- End: Whatsapp Button --}}
@endsection
@section('scripts')
@endsection