@extends('site.news.partial.layout') @section('body')

{{$post->category}}

{{$post->published_at->format('F d, Y')}}

{{$post->title}}

{{$post->summary}}

@if($post->body)

{!!$post->body!!}

@else
@endif
@endsection