@extends('layouts.main') @section('container')
@foreach ($table->dialog_buttons ?? [] as $d) {{$d->icon ?? ""}} {{$d->name}} @endforeach
@foreach ($table->filters as $item)
@endforeach {{-- @if (!$date_filter)
@endif --}}

@if ($table->with_checkbox) @endif
@if ($table->with_checkbox) @foreach ($table->on_select_actions as $item)
@if ($item->argument) @foreach ($item->argument as $k => $v) @endforeach @endif
@endforeach @endif
using_checkbox }} {{ $table->using_export }} cemes-default-order="{{ $table->default_order ?? 0 }}" id="datatable-table-{{ $table->idx }}" width="100%"> {!! $table->getColumnHeaders() !!}

@endsection @if ($table->with_checkbox) @push('stack-head') {{-- --}} @endpush @push('stack-script') @endpush @endif @if ($table->exportable) @push('stack-head') @endpush @push('stack-script') @endpush @endif