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

Explore Our Blogs

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

@foreach ($blogs as $blog)
{{ $blog->title }}

{{ $blog->title }}

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

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