From 7228b6836749e42f77cea690a4d3a6f5806e1156 Mon Sep 17 00:00:00 2001 From: elimsuhendra Date: Wed, 3 Apr 2024 17:21:02 +0700 Subject: [PATCH] revisi _table.blade.php --- Resources/views/system/_table.blade.php | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/Resources/views/system/_table.blade.php b/Resources/views/system/_table.blade.php index 28ae626..4c48a4d 100644 --- a/Resources/views/system/_table.blade.php +++ b/Resources/views/system/_table.blade.php @@ -6,3 +6,42 @@ @section('scripts') {{ $dataTable->scripts() }} @endsection + +@push('customscript') + +@endpush + +@section('styles') + +@endsection \ No newline at end of file