10 lines
205 B
PHP
10 lines
205 B
PHP
<div class="datatable-export-buttons">
|
|
|
|
@include('components.datatables.buttons.print')
|
|
|
|
@if (isset($with_exports) && $with_exports)
|
|
@include('components.datatables.buttons.download')
|
|
@endif
|
|
|
|
</div>
|