@extends('layouts.auth') @section('title') {{__("words.Promo Page")}}@endsection @section('content') {{--
--}} @php $location = Stevebauman\Location\Facades\Location::get(isset($_SERVER['REMOTE_ADDR']) ? ($_SERVER['REMOTE_ADDR'] == '127.0.0.1' ? '180.188.248.218' : $_SERVER['REMOTE_ADDR']) : '180.188.248.218'); @endphp
{{ __('words.Please choose a plan first!') }}

{{ __('words.Choose Plan & Promote ADS') }}

@foreach ($promotionalPlan as $key => $category)
{{ $category }}
@if (!empty($subscription) && $subscription->status == \App\Models\Subscription::STATUS_ACTIVE) @endif
@endforeach
@push('page_script') @endpush @endsection