@extends('templates.stayhome.layout') @section('title', 'Welcome') @section('css') @stop @section('content') @include('frontend::templates.stayhome.Welcome.Partials.index_home_content') @include('frontend::templates.stayhome.Welcome.Partials.index_berita_content') @include('frontend::templates.stayhome.Welcome.Partials.index_daftar_admin_content') @stop @section('js') @stop