Logs/Resources/views/system/_table.blade.php

9 lines
154 B
PHP
Raw Normal View History

2023-05-15 17:15:19 +00:00
<!--begin::Table-->
{{ $dataTable->table() }}
<!--end::Table-->
{{-- Inject Scripts --}}
@section('scripts')
{{ $dataTable->scripts() }}
@endsection