![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ledger.corals.io/resources/themes/admin/layouts/crud/ |
<div class="row"> <div class="col-md-12"> @if(!empty($dataTable->filters())) <div class="pull-right float-right"> {!! CoralsForm::link('#'.$dataTable->getTableAttributes()['id'].'_filtersCollapse','<i class="fa fa-filter"></i>',['class'=>'btn btn-info','data'=>['toggle'=>"collapse"]]) !!} </div> <div id="{{ $dataTable->getTableAttributes()['id'] }}_filtersCollapse" class="filtersCollapse collapse"> <br/> {!! $dataTable->filters() !!} </div> <div class="clearfix"></div> @endif </div> </div> <div class="row"> <div class="col-md-12"> <div class="table-responsive" style="min-height: 200px;padding-bottom: 100px;margin-top: 10px;"> {!! $dataTable->table(['class' => 'table table-hover table-striped table-condensed dataTableBuilder','style'=>'width:100%;']) !!} </div> </div> </div> @push('partial_js') {!! $dataTable->assets() !!} {!! $dataTable->scripts() !!} @endpush @isset($includeAssets) {!! $dataTable->scripts() !!} @endisset