{{ $item->title }}
@endif @if(isset($item->body))
{!! $item->body !!}
@endif
@if(isset($item->metadescription))
{{ $item->metadescription }}
@endif