ID {{ $deal->id }}
Title {{ $deal->title }}
Brand ID {{ $deal->brand ? $deal->brand->title : $deal->brand_id }}
Categories ID @foreach($dealBrandCategories as $dealBrandCategory) {{ $dealBrandCategory->category ? $dealBrandCategory->category->title : $dealBrandCategory->category_id }} @if(!$loop->last),@endif @endforeach
Price {{$deal->price}}
Strike Price {{ $deal->strike_price }}
Start Time {{ $deal->start_time }}
End Time {{ $deal->end_time }}
Images
Description {{ $deal->description }}
Is Featured {{ $deal->is_featured ? 'Yes': 'No' }}
Is Active {{ ($deal->is_active) ? 'Yes': 'No' }}
Created At {{ $deal->created_at }}
Updated At {{ $deal->updated_at }}