@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @include('sub.lib.buttonadd') @endsection @section('page_breadcrumbs') Event Listing @endsection
@include('sub.event.filter')
@include('sub.lib.buttonsearch', ['setcol' => 'col-12', 'objectid' => 'btnsearchevent'])
@include('sub.lib.searchevent.datatable')
@endsection @section('path_page_css', mix('/css/event.css')) @section('path_page_js', mix('/js/event.js'))