{{ $data['delivery_job']['title'] }} {{ $data['delivery_job']['subtitle'] }}

{{ $data['delivery_partner']['description'] }}

@if ((!empty($data['download_app']['playstore_url']['url']) && $data['download_app']['playstore_url']['url'] !== 'javascript:void(0)') || (!empty($data['download_app']['appstore_url']['url']) && $data['download_app']['appstore_url']['url'] !== 'javascript:void(0)'))
@if (!empty($data['download_app']['playstore_url']['url']) && $data['download_app']['playstore_url']['url'] !== 'javascript:void(0)') @endif @if (!empty($data['download_app']['appstore_url']['url']) && $data['download_app']['appstore_url']['url'] !== 'javascript:void(0)') @endif
@endif
@if (!empty($data['download_app']['appstore_image'])) App QR @endif @if (!empty($data['download_app']['playstore_image'])) Play QR @endif
@if (!empty($data['delivery_job']['delivery_job_image'])) Delivery Partner @endif
@if (!empty($delivery_data) && count($delivery_data) > 0)

{{ $data['delivery_partner']['title'] }} {{ $data['delivery_partner']['subtitle'] }}

{{ $data['delivery_partner']['description'] }}

@foreach ($delivery_data as $item)
@if ($item->getFirstMedia('frontend_data_image')) Delivery Image @endif

{{ $item->title }}

{{ $item->subtitle }}

@endforeach
@endif @if (!empty($document_verification) && count($document_verification) > 0)

{{ $data['document_verification']['title'] }} {{ $data['document_verification']['subtitle'] }}

{{ $data['document_verification']['description'] }}

@foreach ($document_verification as $item)
{{ $loop->iteration ?? '' }}
{{ $item->title }}
mightydelivery
@endforeach
@endif @if (!empty($data['delivery_man_section']['title']) || !empty($data['delivery_man_section']['subtitle']) )

{{ $data['delivery_man_section']['title'] }} {{ $data['delivery_man_section']['subtitle'] }}

@endif @foreach ($data['sections'] as $index => $section)
@if ($index % 2 == 0)

{{ $section->title }}

{{ $section->subtitle }}

@foreach ($section->deliverymansectiontitles as $item)
  • {{ $item->title }}
@endforeach
@if (getSingleMediaSettingImage($section, 'delivery_man_section_image')) App @endif
@else
@if (getSingleMediaSettingImage($section, 'delivery_man_section_image')) App @endif

{{ $section->title }}

{{ $section->subtitle }}

@foreach ($section->deliverymansectiontitles as $item)
  • {{ $item->title }}
@endforeach
@endif
@endforeach @if (!empty($deliver_your_way) && count($deliver_your_way) > 0)

{{ $data['deliver_your_way']['title'] }} {{ $data['deliver_your_way']['subtitle'] }}

{{ $data['deliver_your_way']['description'] }}

@foreach ($deliver_your_way as $item)
mightydelivery
@endforeach
@endif {{-- START MOBILE SECTION --}} @if (!empty($data['download_app']['download_title']) || !empty($data['download_app']['download_subtitle']) || !empty($data['download_app']['download_description']) || !empty($data['download_app']['download_app_logo']) || !empty($data['download_app']['appstore_image']) || !empty($data['download_app']['playstore_image']))
{{ $data['download_app']['download_title'] }} {{ $data['download_app']['download_subtitle'] }}

{{ $data['download_app']['download_description'] }}

@if (!empty($data['download_app']['appstore_image'])) App QR @endif @if (!empty($data['download_app']['playstore_image'])) Play QR @endif
@endif {{-- END MOBILE SECTION --}}