@extends('layouts.seller') @section('content')

Product Details

Back
@if ($product->status == 0) @elseif ($product->status == 1) @elseif ($product->status == 2) @endif
@php $latestActivePrice = $productPrices->where('is_active', 1)->sortByDesc('created_at')->first(); @endphp @if ($latestActivePrice) @endif
@if ($product->qty < 11) @if($product->qty > 0) @else @endif @if ($product->qty <= 10)

only {{$product->qty}} left in stock! RESTOCK NOW

@endif
@endif
@if ($product->images) @foreach($product->images as $image) @if ($image->product_id === $product->id) Product Image @endif @endforeach @endif @if ($product->image) Product Image @endif

Edit
@endsection