@extends('layouts.admin') @section('title', 'Monitoring Sistem') @section('page-title', 'Monitoring Data') @section('content')
| Invoice | Pembeli | Total | Status | Waktu |
|---|---|---|---|---|
| {{ $t->kode_invoice }} | {{ $t->pembeli->nama_lengkap }} | Rp {{ number_format($t->total_harga, 0, ',', '.') }} | {{ strtoupper($t->status) }} | {{ $t->created_at->format('d M Y H:i') }} |
| Nama Produk | Pemilik (Petani) | Harga | Stok |
|---|---|---|---|
| {{ $p->nama_produk }} | {{ $p->petani->nama_lengkap }} | Rp {{ number_format($p->harga, 0, ',', '.') }} | {{ $p->stok }} |