@extends('layout.app') @section('content')
No | Nomor Transaksi | Tanggal | Supplier | Jumlah Item | Total | Detail | |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $item->no_transaksi }} | {{ date("d-m-Y",strtotime($item->created_at)) }} | {{ $item->supplier->nama_supplier }} | {{ count($item->listItem) }} Items | {{ 'IDR ' . number_format($item->total_harga, 0, ',', '.') }} |