{{ convertUtf8($bs->blog_section_title) }}

{{ __('Read More') }}
@forelse ($blogs as $blog)
Blog Image
  • {{__('By')}} {{ __('Admin') }}
  • {{ \Carbon\carbon::parse($blog->created_at)->format('d.m.Y') }}
  • @if ($blog->bcategory)
  • {{ $blog->bcategory ? $blog->bcategory->name : '' }}
  • @endif

{{ convertUtf8($blog->title) }}

{{ __('Read More') }}
@empty

{{ __('No Blogs') }}

@endforelse