@extends('admin.layout') @section('title', $brandName . ' - ' . $categoryName) @section('page-title', $brandName) @section('content')
Developer: {{ $brand->developer }}
@endif @if($brand->description){{ $brand->description }}
@endif| Gambar | SKU | Nama Produk | Tipe | Harga Digiflazz | Harga Jual | Status | Aksi |
|---|---|---|---|---|---|---|---|
|
@if($product->image)
|
{{ $product->buyer_sku_code }}
|
{{ $product->product_name }} | {{ $product->type ?: '-' }} | Rp {{ number_format($product->digiflazz_price, 0, ',', '.') }} |
@if($product->selling_price)
Rp {{ number_format($product->selling_price, 0, ',', '.') }}
@php
$margin = $product->selling_price - $product->digiflazz_price;
@endphp
{{ $margin >= 0 ? '+' : '' }}{{ number_format($margin, 0, ',', '.') }} @else - @endif |
@if($product->is_active) Aktif @else Nonaktif @endif | Edit |
Tidak ada produk yang ditemukan dengan filter saat ini.