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

{{ $post->title }}

{{ $post->content }}

{{ $post->site_link }}

@endsection