@extends('layouts.zainiqduel') @php $isEn = app()->getLocale() === 'en'; $ribbonStripeEn = in_array(app()->getLocale(), ['en', 'ku'], true); @endphp @section('title', $config['service_title'] ?? __('landing.zain.he.cta')) @push('styles') {{-- TikTok Pixel — Duel campaign (342) --}} {{-- Original operator stylesheet (downloaded for parity reference; not linked — would conflict with Laravel markup): public/vendor/zainiqduel/main.min.css from https://www.zainiqduel.com/static/css/main.min.css --}} @if($isEn) @endif @endpush @section('content')

{{ __('landing.zain.he.headline_full') }}

{{ __('landing.zain.he.desc_line1') }} {{ __('landing.zain.he.desc_line2') }}

{{ __('landing.zain.he.desc_body') }}

{{ __('landing.zain.he.ribbon') }}
@endsection @push('scripts') @endpush