@extends('layouts.site.master') @section('seo_title', ($category ?? null)?->seo_title ?? ($category ?? null)?->title ?? 'مقالات الوادز') @section('seo_desc', ($category ?? null)?->seo_description ?? $setting->getSetting('seo_description')) @section('content')

{{ ($category ?? null)?->title ?? 'مقالات الوادز' }}

{{ $blogs->links() }}
@endsection @push('styles') @endpush