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