CATEGORIES
-
@foreach($post->categories as $category)
- {{ $category->name }} @endforeach
@extends('frontend.layout') @section('title') {{ $post->title }} @endsection @push('css') @endpush @section('content')
POST COMMENT
For post a new comment. You need to login first. Login
@else @endguestCOMMENTS({{ $post->comments()->count() }})
@if($post->comments->count() > 0) @foreach($post->comments as $comment)on {{ $comment->created_at->diffForHumans()}}
{{ $comment->comment }}
No Comment yet. Be the first :)