@extends('layouts.admin') @section('page_title', 'Manage Products (Partitions)') @section('content')
| SKU | Image | Name | Base Price | Actions |
|---|---|---|---|---|
| {{ $p->sku }} |
@if($p->image_path)
NO IMG
@endif
|
{{ $p->name }}
{{ $p->material }} | {{ $p->type }}
|
${{ number_format($p->base_price_1_stall, 2) }} |