@extends("layouts.1_column") @section("centralContent")
KPIs
@foreach ($kpis as $kpi) @endforeach
Chiave Descrizione Brands
{{ $kpi->key }} {{ $kpi->description }} @if($kpi->brandsKpi->count() > 0) @foreach ($kpi->brandsKpi as $brandKpi) {{ $brandKpi->brand->name }} @if(!$loop->last) - @endif @endforeach @else - @endif @if($kpi->is_standard == 0 && count(\App\Services\AuthService::getBrands()) == 0 && $kpi->key != 'template_implementation') @endif
@endsection