{{$post->title}}
{{$post->content}} @forelse($post->tags as $tag) {{$tag->name}} @empty @endforelseComments:
@include('front.partials.comment')No post
@extends('layouts.master') @section('title', 'Post page') {{-- this comment will not be present in the rendered HTML --}} @section('sidebar') @parent
this is post page (not override)
@endsection @section('content')No post