@extends('web.profile.profile-master') @section('promot-content')
{{ $boostPlan->description ?? 'N/A' }}
@if (!empty($boostPlan->plan_items)) @php $items = is_array($boostPlan->plan_items) ? $boostPlan->plan_items : json_decode($boostPlan->plan_items, true); @endphp @if (!empty($items))