@extends('layouts.app') @section('pagecontent')

Show post

Title: {{ $post->title }}
Description: {{ $post->description }}
Body: {{ $post->body }}
Edit Back
@endsection @section('scripts') @include('inc.scripts') @endsection