@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
> Product-Focused
> Health and Wellness
> Lifestyle
> Informational
{{ $blog->content }}
> Product-Focused
> Health and Wellness
> Lifestyle
> Informational
{{ Str::limit($blog->content, 100) }}
READ MORE →