@extends('layouts.apex') @section('title', 'Panen') @section('content')
Total Transaksi
{{ $summary->total_transactions ?? 0 }}
Total Berat
{{ number_format($summary->total_qty ?? 0, 1) }} KG
Total Nilai
Rp {{ number_format($summary->total_value ?? 0, 0) }}
Riwayat Panen
No. Bukti Tanggal Customer Total Qty Total Nilai Item Info Status Piutang Aksi
@push('scripts') @endpush @endsection