@extends('layouts.site')
@section('meta_title')
{{ __('site.nav_blog') }} — {{ brand_name() }}
@endsection
@section('title', __('site.nav_blog'))
@section('content')
@if (request()->filled('category_id'))
@php($filterCat = \App\Models\Category::query()->find(request()->integer('category_id')))
{{ locale_category_name($current) }}
@endif @endif{{ __('site.empty_articles') }}
@else