{{ $post->title }}

@if (isset($post->image))
@endif {!! $post->body !!}

Uraian Tugas dan Tanggung Jawab

@foreach ($tugas as $post)
{{ $post->title }}
{!! $post->body !!}
@endforeach