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

View Update

Back to Updates
{{-- --}}
@if($update->image)
Blog Cover
@else

No image uploaded

@endif
{{-- --}}

{{ $update->title }}

{{-- --}}
{!! $update->body_html !!}
{{--

Written: {{ $update->created_at->format('M d, Y h:i A') }}

--}}
@endsection