@extends('layouts.master') @section('title', 'Master Daftar Harga Jual') @section('css') @endsection @section('content')
Daftar Harga Jual
Daftar Harga Jual
{{-- --}} @foreach ($itemSalesPrices as $salesPrice) {{-- --}} @endforeach {{-- --}}
No Barang Unit Harga JualCategory CustomerAction
{{ $loop->iteration}} {{ $salesPrice->items->item_name ?? '' }} ({{$salesPrice->item_code}}) {{ $salesPrice->unit ?? '' }} {{ number_format($salesPrice->sales_price) }}{{ $salesPrice->CategoryCustomer->category_name }}
@csrf @method('DELETE')
No Barang Unit Harga JualCategory CustomerAction
@if (session('success')) @endif @if (session('error')) @endif @endsection @section('scripts') @endsection