@extends('website.layout.layout') @section('title') {{$post->title}} - @endsection @section('content')

{{$post->title}}

@if($post->subtitle != null)
{{$post->subtitle}}
@endif {{$post->title}}
{!!$post->body!!}

    @foreach($comments as $c) @include('starter-kit::component.comment',['c'=>$c]) @endforeach
{{$comments->links()}}
@include('starter-kit::component.err')
ارسال دیدگاه
@csrf
@endsection