@extends('layouts.dashboard.app') @section('content')
Tittle | Created by | Category | Created At | |
---|---|---|---|---|
{{$post->title}} | {{ $post->user->name }} | @foreach ($post->categories as $category) {{ $category->name }} @if (!$loop->last), @endif @endforeach | {{$post->created_at->format('Y/m/d')}} |