@php $section_content = (array) ($section_content ?? []); $cards = is_array($section_content['cards'] ?? null) ? $section_content['cards'] : []; $cards = count($cards) > 0 ? $cards : [ ['title' => 'تحویل سورس و فایل ها', 'description' => 'با ویژگی تحلیل لحظه‌ای الوادز، بینش‌های عملیاتی برای کسب‌وکارتان به دست آورید'] ]; $upload_base = asset((config('paths.upload', 'assets/uploads')) . '/service-landing'); @endphp
{{ $section_content['title'] ?? 'خدماتی که دریافت میکنید' }}

{{ $section_content['short_description'] ?? '' }}

@foreach($cards as $card)
{{ $card['title'] ?? '' }}

{{ $card['description'] ?? '' }}

@endforeach