@extends('layout.dashboard')
@section('title', $page_title)
@section('content')
@section('page_buttonheader')
@endsection
@include('sub.home.tab')
@include('sub.home.homeseries')
@include('sub.home.homepackage')
@include('sub.home.sticky')
@endsection
@section('path_page_css', mix('/css/home.css'))
@section('path_page_js', mix('/js/home.js'))