Product Details
{{ $product->name }} {{-- @if ($product->is_redeemable == 1) Redeemable @endif --}}
Published : {{ $product->created_at->format('d M Y') }}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- Type :
--}} {{--{{ $product->type->name }}
--}} {{-- --}}
{{--
--}}
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- --}}
{{--
--}}
{{-- Available Stocks :
--}} {{-- @if ($product->stock == 0) --}} {{--OUT OF STOCK
--}} {{-- @else --}} {{--In STOCK
--}} {{-- @endif --}} {{--Category :
{{ $product->Category->name }}
Sub Category :
{{ $product->subCategory->name }}
Brand :
{{ $product->Brand->name }}
Total Revenue :
{{ $product->orderProduct->sum('sub_price') }}
No. of Orders :
{{ $product->orderProduct->count() }}
Allowed Point :