@extends('frontend.new_design.layout.new_master') @section('site_title',__('Blogs')) @section('meta_title'){{ __('Blogs') }}@endsection @section('content')

{{ __('Latest Articles & Insights') }}

{{ __('Explore helpful articles, tips, and industry trends written by experts.') }}

@if($blogs->hasPages())
{{ $blogs->appends(['category' => $categoryId ?? 'all'])->links() }}
@endif
@endsection