@extends('frontend.layouts.layouts') @section('content')
Flowbite Logo

Blogs

POPULAR CATEGORIES

@foreach ($category as $category) {{ $category->category }} @endforeach
Ad Image

{{ $blog->title }}

Posted By: Admin | {{ $blog->category }}

{{ $blog->title }}

{!! $blog->description !!}

New Blog Posts


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

{{ $blog->created_at->format('d') }}

{{ $blog->created_at->format('M') }}

By Admin | {{ $blog->category }}

{{ $blog->title }}

Read More →
@endforeach
@endsection