@foreach($latestPosts as $post)
{{ $post->published_at->format('d M, Y') }}
{{ $post->title }}
Blog
@endforeach
@foreach($latestClasses as $class)
{{ $class->start_date->format('d M, Y') }}
{{ $class->name }}
Clase
@endforeach
@foreach($latestPayments as $payment)
{{ $payment->created_at->format('d M, Y') }}
Pago #{{ $payment->id }}
Pago
@endforeach