{{ $product->name }}

Edit Back to Products
@if($product->image)
{{ $product->name }}
@endif

Category

{{ $product->category->name }}

@if($product->description)

Description

{{ $product->description }}

@endif

Stock Information

@forelse($product->stocks as $stock) @empty @endforelse
Store Available Quantity Selling Price
{{ $stock->store->store_name }} {{ $stock->available_quantity }} {{ config('custom.currency_symbol') }} {{ number_format($stock->selling_price, 2) }}
No stock information available