@extends('layout.structure') @section('title-tab') La mia Dashboard @endsection @section('title-page') La mia Dashboard @endsection @section('content') @foreach(Auth::user()->ecps as $rel) @if(count(Auth::user()->ecps)>1)

{{$rel->ecp->name}}

@endif @component('components.stats.ecp',['ecp' => $rel->ecp]) @endcomponent @endforeach @endsection