@extends($active_theme) @section('title') {{ $seo_setting->seo_title }} @endsection @section('title') @endsection @section('frontend-content')
@if($blogs->count() > 0) @foreach ($blogs as $blog)
blog
  • {{__('user.By Admin')}}
  • {{ $blog->total_comment }}{{__('user. Comments')}}

{{ $blog->title }}

{{__('user.Learn More')}}
@endforeach {{ $blogs->links('custom_pagination') }} @else

{{__('user.Blog Not Found')}}

@endif
@endsection