@extends('layout') @section('title', $post->title) @section('content')
{{ $post->content }}
@endif @if($post->url) {{ $post->url }} @endif @auth @if($post->user_id === auth()->id()) @endif @endauthNo comments yet. Be the first to comment!
@endforelse