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 }}

Addon Products Detail

@foreach($addon->addonProducts as $addonProduct) @endforeach
Product Price
{{ $addonProduct->product_name }} Rs. {{ $addonProduct->price }}