ID | {{ $addon->id }} |
---|---|
Title | {{ $addon->title }} |
List for | {{ $addon->list_for }} |
Description | {{ $addon->description }} |
Is Active | {{ ($addon->is_active) ? 'Yes': 'No' }} |
Created At | {{ $addon->created_at }} |
Updated At | {{ $addon->updated_at }} |
Product | Price |
---|---|
{{ $addonProduct->product_name }} | {{ $currency }} {{ $addonProduct->price }} |