@extends('layout.dashboard')
@section('title', $page_title)
@section('content')
@section('page_buttonheader')
@endsection
@include('sub.home.header')
@include('sub.lib.searcheventdashboard.filter')
@include('sub.lib.searcheventdashboard.datatable')
@endsection
@section('path_page_css', mix('/css/home.css'))
@section('path_page_js', mix('/js/home.js'))