@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('body-content')

{{ __('translate.Blogs') }}

@forelse ($blogs as $index => $blog) @empty

{{ __('translate.Blog Not Found!') }}

{{ __('translate.Whoops... this information is not available for a moment') }}

@endforelse

{{ __('translate.Search') }}

{{ __('translate.Popular Blog') }}

@foreach ($popular_blogs as $popular_blog)
img
{{ $popular_blog->title }}
{{ $popular_blog->created_at->format('d M, Y') }}
@endforeach

{{ __('translate.Categories') }}

{{ __('translate.Follow Us') }}

@if ($blogs->hasPages()) {{ $blogs->links('pagination_box') }} @endif
@endsection