@extends('layouts.webpage.main_two') @section('page-title', 'Blog') @section('content') Blog Blog
{{ \Carbon\Carbon::parse($blog->created_at)->format('F d, Y') }} | {{ $blog->category ?? 'General' }}
No blogs available at the moment.