@extends('layouts.app') @section('content')

PANEL DE CONTROL

@foreach ($curso as $item)
{{ $item->total }}
@endforeach
CURSOS
@foreach ($participante as $item)
{{ $item->total }}
@endforeach
PARTICIPANTES
@foreach ($usuario as $item)
{{ $item->total }}
@endforeach
USUARIOS
@endsection