@extends('frontend.layouts.user.index') @section('title', __('Promote Trade Ad #').$offer->id) @section('content') {{-- Trade Ad Promotion Screen: plan selection, wallet selection, live quote, and summary preview --}} @php $promotion = $offer->promotion; $decimals = (int) setting('site_decimal', 2); $isActive = $promotion && $promotion->status === \App\Enums\P2P\PromotionStatus::ACTIVE && $promotion->ends_at && $promotion->ends_at->isFuture(); @endphp