@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @include('sub.lib.buttonsubmit') @include('sub.lib.buttonclose') @endsection @section('page_breadcrumbs') Tour Departure Entry @endsection
@include('sub.departure_entry.itindepartform')
@include('sub.departure_entry.departtagform')
@include('sub.departure_entry.departpriceform')
@endsection @section('path_page_css', mix('/css/departureentry.css')) @section('path_page_js', mix('/js/departureentry.js'))