@include('dashboard.master.table-currency')
@include('dashboard.master.table-location')
@include('dashboard.master.table-departure')
@include('dashboard.master.table-hotel')
@include('dashboard.master.table-additional')
@include('dashboard.master.table-vehicle')
@include('dashboard.master.table-document')
@include('dashboard.components.currency.create-modal')
@include('dashboard.components.currency.edit-modal')
@include('dashboard.components.departure.create-modal')
@include('dashboard.components.departure.edit-modal')
@include('dashboard.components.location.create-modal')
@include('dashboard.components.location.edit-modal')
@include('dashboard.components.document.create-modal')
@include('dashboard.components.document.edit-modal')
@include('dashboard.components.vehicle.create-modal')
@include('dashboard.components.vehicle.edit-modal')
@include('dashboard.components.additional.create-modal')
@include('dashboard.components.additional.edit-modal')
@include('dashboard.components.hotel.create-modal')
@push('scripts')
@endpush