@extends('layout_inner_page') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content') @include('breadcrumb')
@forelse ($blogs as $blog)
@empty
thumb

{{ __('translate.OOPS! Blog not Found') }}

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

{{ __('translate.Back to Blog') }}
@endforelse
@if ($blogs->hasPages()) {{ $blogs->links('custom_pagination') }} @endif

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

{{ __('translate.Recent Post') }}

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

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

@foreach ($tags_array as $tag_item) {{ $tag_item }} @endforeach
@endsection