{{ $data['app_content']['app_title'] }}

{{ $data['app_content']['app_subtitle'] }}

{{ __('message.track_your_shipment') }}

@csrf
{{ __('message.or_create_a_new_order') }}
@if(Auth::check() && Auth::user()->user_type == 'client') {{ __('message.create_order') }} @elseif(Auth::check() && Auth::user()->user_type == 'admin') {{ __('message.create_order') }} @elseif(Auth::check() && Auth::user()) {{ __('message.create_order') }} @else {{ __('message.create_order') }} @endif

{{ __('message.scan_qr_code_and_download_our_app') }}

@if (!empty($data['download_app']['appstore_image'])) App QR @endif @if (!empty($data['download_app']['playstore_image'])) Play QR @endif
@if (!empty($data['app_content']['delivery_man_image'])) Delivery Person @endif
@if (!empty($why_delivery) && count($why_delivery) > 0)

{{ $data['why_choose']['title'] }} {{ $data['app_content']['app_name'] }}

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

@foreach ($why_delivery as $item)
mightydelivery
{{ $item->title }}

{{ $item->subtitle }}

@endforeach
@endif

{{ __('message.how') }} {{ SettingData('app_content', 'app_name') }} {{ __('message.works') }}

{{ __('message.step_1') }}
Create Order

{{ __('message.create_an_order') }}

{{ __('message.enter_the_pickup_and_drop-off_details') }}

{{ __('message.step_2') }}
Assigned Order

{{ __('message.assigned_order') }}

{{ __('message.assigns_a_nearby_delivery_partner_to_pick_up_your_package') }}

{{ __('message.step_3') }}
Pick Order

{{ __('message.pick_order') }}

{{ __('message.courier_collects_your_parcel_and_starts_the_journey') }}

{{ __('message.step_4') }}
Delivered Order

{{ __('message.delivered_order') }}

{{ __('message.track_your_package_in_real_time') }}

@if (!empty($data['app_overview']['title']) || !empty($data['app_overview']['subtitle']) )

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

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

{{ $section->title }}

{{ $section->subtitle }}

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

{{ $section->title }}

{{ $section->subtitle }}

@foreach($section->websitesectiontitles as $item)
  • {{ $item->title }}
@endforeach
@if(getSingleMediaSettingImage($section, 'section_image')) App @endif
@endif
@endforeach {{-- 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 --}} {{-- START CLIENT REVIEW SECTION --}}

{{ $data['client-testimonial']['title'] }} {{ $data['client-testimonial']['subtitle'] }}

{!! renderStars($data['client-testimonial']['appstore_review'] ?? 0) !!}
{{ $data['client-testimonial']['appstore_review'] }}/5 - {{ $data['client-testimonial']['playstore_totalreview'] }}+ {{ __('message.reviews') }}
App Store
{!! renderStars($data['client-testimonial']['playstore_review'] ?? 0) !!}
{{ $data['client-testimonial']['playstore_review'] }}/5 - {{ $data['client-testimonial']['appstore_totalreview'] }}+ {{ __('message.reviews') }}
Play Store
{!! renderStars($data['client-testimonial']['trustpilot_review'] ?? 0) !!}
{{ $data['client-testimonial']['trustpilot_totalreview'] }}+ {{ __('message.reviews') }}
Trust Pilot
{{-- SATRT NEWSLETTER SECTION --}} @if (!empty($data['courier_recruitment']['courier_title']) || !empty($data['courier_recruitment']['courier_description']) )

{{ $data['courier_recruitment']['courier_title'] }}

{{ $data['courier_recruitment']['courier_description'] }}

@endif