@extends('crudbooster::admin_template') @section('content') @if($index_statistic)
{{ $stat['label'] }}
{{cbLang('form_back_to_list',['module'=>urldecode(g('label'))])}}
@endif @if($parent_table){{ 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 }} |