@extends(isset($blogPlatform) && $blogPlatform == 'app' ? 'web-views.blogs.blog-layouts' : 'layouts.front-end.app')
@section('title', translate('Blogs'))
@push('css_or_js')
@if(isset($blogPlatform) && $blogPlatform == 'app')
@endif
@endpush
@section('content')
@include('web-views.blogs.partials._app-blog-preloader')
{{ $blogTitle != '' ? $blogTitle : translate('Blog') }}
@if($blogSubTitle)
{{ $blogSubTitle }}
@endif
{{ $blogTitle != '' ? $blogTitle : translate('Blog') }}
@if($blogList->total() > 0 || (request()->has('search') || request()->has('category') || request()->has('write')))
@if(request('search'))
{{ $blogList->count() }}
{{ translate('Search_Result_Found') }}
@endif
@if(request('search'))
{{ translate('Clear_Search') }}
@endif
@endif
@if($blogList->total() <= 0 && !empty(request('search')))
@include('web-views.blogs.partials._no-result-found')
@elseif($blogList->total() <= 0)