@extends('layouts.app') @section('head') {{ $post->content->title }} | {{ env('APP_NAME') }} @endsection @section('content')

{{ $post->content->name }}

{{ $post->content->name }}
{!! $post->content->description !!}
@endsection