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

{{ $update->update_title }}

Publicado em {{ date('d/m/Y H:i', strtotime($update->update_published_at)) }}
{!! $update->update_body !!}
Ver todas
@endsection