ID {{ $product->id }}
Title {{ $product->title }}
Brand ID {{ $product->brand_id }}
Category ID {{ $product->category_id }}
Price {{ $product->price }}
Strike Price {{ $product->strike_price }}
Images
Description {{ $product->description }}
Is Active {{ ($product->is_active) ? 'Yes': 'No' }}
Created At {{ $product->created_at }}
Updated At {{ $product->updated_at }}