@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @endsection @section('page_breadcrumbs') Tour Departure @endsection
@include('sub.departure.filter')
@include('sub.lib.buttonsearch')
@include('sub.departure.datatable')
@endsection @section('path_page_css', mix('/css/departure.css')) @section('path_page_js', mix('/js/departure.js'))