@extends('layouts.app') @section('title', 'Dashboard') @section('breadcrumb') Dashboard @endsection @section('content') {{-- Page Header --}}
{{ \Carbon\Carbon::now('Asia/Jakarta')->isoFormat('dddd, D MMMM Y') }} — Ringkasan operasional PrintFlow ERP
| No. Order | Pelanggan | Produk | Total | Tgl Order | Deadline | Status | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $o['no'] }} | {{ $o['cust'] }} | {{ $o['produk'] }} | Rp {{ $o['total'] }} | {{ $o['tgl'] }} | {{ $o['deadline'] }} | {{ ucfirst($o['status']) }} |