@extends('layouts.master') @section('content')

Explore Our Categories

Dive into a world of knowledge, tips, and insights curated just for you.

@foreach ($categories as $category)
{{ $category->title }}

{{ $category->title }}

{{ Str::limit($category->description, 120) }}

Read More →
{{ $category->created_at->format('M d, Y') }} {{-- {{ $category->author->name }} --}}
@endforeach
{{ $categories->links('pagination::tailwind') }}
@endsection