@extends('frontend.front_master') @section('title') Blog Page @endsection @section('content')

ব্লগ সমূহ

@foreach ($blogs as $blog)

{{ $blog->title }}

blog_image

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

বিস্তারিত
@endforeach
{{ $blogs->links() }}
{{-- row --}}
@endsection