@extends('layouts.master')
@section('title', 'Master Daftar Harga Jual')
@section('css')
@endsection
@section('content')
| No | Barang | Unit | Harga Jual | {{--Category Customer | --}}Action |
|---|---|---|---|---|---|
| {{ $loop->iteration}} | {{ $salesPrice->items->item_name ?? '' }} ({{$salesPrice->item_code}}) | {{ $salesPrice->unit ?? '' }} | {{ number_format($salesPrice->sales_price) }} | {{--{{ $salesPrice->CategoryCustomer->category_name }} | --}}|
| No | Barang | Unit | Harga Jual | {{--Category Customer | --}}Action |