@extends('site.layouts.app') @section('title', 'المدونة | ' . config('site.name')) @section('description', 'مدونة فن المكاتب — مقالات ونصائح عن الأثاث المكتبي والتصميم الداخلي.') @section('content')

المدونة

مقالات ونصائح عن الأثاث المكتبي

@foreach($posts as $post) @include('site.partials.blog-card', ['post' => $post]) @endforeach
{{ $posts->links('site.partials.pagination') }}
@endsection