@php $section_content = (array) ($section_content ?? []); $header_title = $section_content['title'] ?? ($service->metaData->H1 ?? $service->title); $header_description = $section_content['short_description'] ?? $service->short_description; $header_image_primary = $section_content['image_primary'] ?? null; $header_image_secondary = $section_content['image_secondary'] ?? null; $header_cta_buttons = is_array($section_content['cta_buttons'] ?? null) ? $section_content['cta_buttons'] : []; $upload_base = asset((config('paths.upload', 'assets/uploads')) . '/service-landing'); $primary_image_src = $header_image_primary ? ($upload_base . '/' . $header_image_primary) : $service->getBannerFile(); $secondary_image_src = $header_image_secondary ? ($upload_base . '/' . $header_image_secondary) : $service->getIconFile(); @endphp

{{ $header_title }}

{{ $header_description }}

@if(count($header_cta_buttons) > 0) @foreach($header_cta_buttons as $button) {{ $button['text'] ?? '' }} @endforeach @else سفارش {{$service->title}} تماس با مشاور @endif
{{ $service->title}} @if($secondary_image_src) {{ $service->title}} @endif