@extends('layouts.frontend') @section('content')

{{$post->title}}

{!!$post->content!!} @if(isset($post['video']) && $post['video']!='') Download @endif
Back
@endsection