@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') Pre-Booking Create @endsection
@include('sub.prebookingpackage_create.header')
@include('sub.prebookingpackage_create.traveller')
@include('sub.lib.modalsearchcustomer') @include('sub.lib.modalsearchtourbyitinpackage') @endsection @section('path_page_css', mix('/css/prebookingpackagecreate.css')) @section('path_page_js', mix('/js/prebookingpackagecreate.js'))