@extends('layouts.berita') @section('title', $post->title) @section('content')

{{$post->title}}

{!! $post->content !!} @if ($post->file)
Download
@endif
@endsection