@extends('layouts.app-master') @section('content')

Show post

Title: {{ $post->title }}
Description: {{ $post->description }}
Body: {{ $post->body }}
Edit Back
@endsection