@extends('frontend.template-1.partials.master') @section('content') @include('frontend.template-1.breadcrumb.breadcrumb')
image image
@if($blogs->count()>0) @foreach($blogs as $key=>$blog)
@include('frontend.template-1.partials.blog-card')
@endforeach @else

{{translate('No Data Found')}}

@endif
{!! $blogs->links('vendor.pagination.custom') !!}
@endsection