@extends('admin.admin') @section('meta_title', __('Blogs') . ' || ' . $companyName) @section('content')

{{ __('Blog') }}

@php $langCode = \App::getLocale(); $language = \Modules\GlobalSetting\app\Models\Language::where('code', $langCode)->first(); @endphp
{{ __('Filter') }}
@if (count($blogPosts) > 15) {{ __('Load More') }} @elseif(count($blogPosts) == 0)

{{ __('No Blog Found') }}

@endif
@include('admin.partials.footer')
@endsection @push('scripts') @endpush