file-management-system/resources/views/pages/log/system/_table.blade.php

9 lines
154 B
PHP
Raw Normal View History

<!--begin::Table-->
{{ $dataTable->table() }}
<!--end::Table-->
{{-- Inject Scripts --}}
@section('scripts')
{{ $dataTable->scripts() }}
@endsection