@extends('layouts.main-app') @section('title', 'Home') @section('content') @include('layouts.navbar')
Date: {{ $blog->created_at->format('F j, Y') }} | Category: @foreach ($blog->categories as $category) {{ $category->name }}{{ !$loop->last ? ', ' : '' }} @endforeach