Our Services background
@if (!empty($data['service']['page']['name']))

{{ $data['service']['page']['name'] ?? '' }}

@endif
@foreach ($data['service']['list'] ?? [] as $index => $service) @php $isReversed = $index % 2 === 1; @endphp
{{ $service['name'] ?? 'service' }}
@if ($isReversed)
@endif @if (!empty($service['text']))
{{ $service['text'] ?? '' }}
@endif

{{ $service['name'] ?? '' }}

{{ $service['desc'] ?? '' }}

@if (!empty($service['url'])) {{ $service['button_label'] ?? __('action.explore_more') }} @endif @if (!empty($service['link'])) {{ $service['button_label'] ?? __('field.shop_now') }} @endif {{-- @if (!empty($service['secondary_button_text'])) @php $secondaryUrl = $service['secondary_button_url'] ?? null; @endphp @if (!empty($secondaryUrl)) {{ $service['secondary_button_text'] }} @else @endif @endif --}}
@endforeach