{!! Form::open(array('url'=>'currencyentry/delete/', 'class'=>'form-horizontal' ,'id' =>'SximoTable' )) !!} <div class="table-responsive" style="min-height:300px;"> <table class="table table-striped "> <thead> <tr> <th class="number"> No </th> <th> <input type="checkbox" class="checkall" /></th> @foreach ($tableGrid as $t) <?php if ($t['view'] == '1') { $limited = isset($t['limited']) ? $t['limited'] : ''; if (SiteHelpers::filterColumn($limited)) { echo '<th align="' . $t['align'] . '" width="' . $t['width'] . '">' . \SiteHelpers::activeLang($t['label'], isset($t['language']) ? $t['language'] : array()) . '</th>'; } } ?> @endforeach <th width="70" >{{ Lang::get('core.btn_action') }}</th> </tr> </thead> <tbody> @foreach ($rowData as $row) <tr> <td width="30"> {{ ++$i }} </td> <td width="50"><input type="checkbox" class="ids" name="ids[]" value="{{ $row->currecncy_id }}" /> </td> @foreach ($tableGrid as $field)