@extends('front.layouts.master-auth') @section('css') @endsection @section('canonical') @php $queryParams = request()->only(['category', 'search']); if (request()->integer('page', 1) > 1) { $queryParams['page'] = request()->integer('page'); } $customCanonical = url()->current() . (!empty($queryParams) ? '?' . http_build_query($queryParams) : ''); @endphp @endsection @section('hreflang') @endsection @section('content')
@if(isset($breadcrumbs) && is_array($breadcrumbs) && count($breadcrumbs) > 0) @endif

مدونة ربحي — مقالات ونصائح في العمل الحر

@lang('Search')

@lang('Blog Categories')

@foreach($categories as $category)
@endforeach
@include('front.blog.list')
@endsection @section('js-body') @endsection