@extends('layouts.app') @section('title', 'Dashboard') @section('content')
| Kode | Kapal | Status | |
|---|---|---|---|
| {{ $pr->kode }} | {{ $pr->kapal }} | {{ $pr->statusLabel() }} | Detail |
| Belum ada PR. | |||
| Kode | Vendor | Status | |
|---|---|---|---|
| {{ $po->kode }} | {{ $po->vendorNames() }} | {{ $po->statusLabel() }} | Detail |
| Belum ada PO. | |||