@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @include('sub.lib.buttonadd') @endsection @section('page_breadcrumbs') Business Partner Traveller @endsection
@include('sub.traveller.filter')
@include('sub.lib.buttonsearch', ['setcol' => 'col-12', 'objectid' => 'btnsearchtraveller'])
@include('sub.lib.searchtraveller.datatable')
@endsection @section('path_page_css', mix('/css/traveller.css')) @section('path_page_js', mix('/js/traveller.js'))