@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @include('sub.lib.buttonvoid', ['setup' => 'hidden']) @include('sub.lib.buttonsubmit') @include('sub.lib.buttonclose') @endsection @section('page_breadcrumbs') Event Entry @endsection
@include('sub.event_entry.form')
@include('sub.event_entry.detail')
@include('sub.event_entry.modalcreatetourleader') @endsection @section('path_page_css', mix('/css/evententry.css')) @section('path_page_js', mix('/js/evententry.js'))