@extends('layouts.admin.master') @section('styles') @endsection @section('body-content')
| ID | Seller’s Name | Product Name | Price | Fault Status | Status | Action | ||
|---|---|---|---|---|---|---|---|---|
| 1 | {{$product->user->first_name}} {{$product->user->last_name}} | {{$product->product_parent->product_name}} | @foreach($product->prod_size as $product_sizes) £{{ number_format((float)$product_sizes->sale_price, 2, '.', '') }} @endforeach | @if($product->fault == 1)Fault | @elseNo Fault | @endif @if($product->active == 1)Live | @elseNon-Active | @endif @foreach($product->prod_size as $product_sizes)Details Delete | @endforeach
| ID | Seller’s Name | Product Name | Price | Fault Status | Status | Action |