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