ID | {{ $addon->id }} |
---|---|
Title | {{ $addon->title }} |
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 }} | Rs. {{ $addonProduct->price }} |