@extends('crudbooster::admin_template') @section('content') @if($index_statistic)
@foreach($index_statistic as $stat)

{{ $stat['count'] }}

{{ $stat['label'] }}

@endforeach
@endif @if(!is_null($pre_index_html) && !empty($pre_index_html)) {!! $pre_index_html !!} @endif @if(g('return_url'))

  {{cbLang('form_back_to_list',['module'=>urldecode(g('label'))])}}

@endif @if($parent_table)
@foreach(explode(',',urldecode(g('parent_columns'))) as $c) @endforeach
{{ ucwords(urldecode(g('label'))) }}
@if(urldecode(g('parent_columns_alias'))) {{explode(',',urldecode(g('parent_columns_alias')))[$loop->index]}} @else {{ ucwords(str_replace('_',' ',$c)) }} @endif {{ $parent_table->$c }}
@endif
@if($button_bulk_action && ( ($button_delete && CRUDBooster::isDelete()) || $button_selected) )
@endif
@if($button_filter) {{cbLang("button_filter")}} @endif
{!! CRUDBooster::getUrlParameters(['q']) !!}
@if(Request::get('q'))