@for ($i = 0; $i < count($columns); $i++) @endfor @foreach($columns as $i => $c) @endforeach @foreach($data as $d) @foreach($d as $dd) @endforeach @endforeach
{{ $c }}
{{ $dd }}
@if (!$noScript) @include(Config::get('chumper.datatable.table.script_view'), array('id' => $id, 'options' => $options, 'callbacks' => $callbacks)) @endif