@extends('layouts.app') @section('content')
@forelse ($blogs as $blog)
blog1

{{$blog->name}}

{!! Illuminate\Support\Str::limit($blog->description, 220, $end='...

') !!}

View More
@empty

No Records Found

@endforelse
{{$blogs->links()}}

Category

Get news & tips that matter.

Everything you need to start and grow your business, straight to your inbox.

@csrf
Subscribe Now

Popular Posts

@forelse($popularPost as $toppost) @empty @endforelse
@endsection