@extends('dashboard._theme_dashboard') @section('content')

📢 Central de Atualizações

@foreach ($updates as $update)
{{ $update->update_title }}
Publicado em {{ date('d/m/Y H:i', strtotime($update->update_published_at)) }}
@endforeach
@endsection