@extends('layouts.panel') @section('title', 'Ingreso ' . $income->income_code) @section('content')
Detalle de recepción
{{ $income->client->business_name ?: $income->client->contact_name }}
{{ $income->received_at->format('d-m-Y H:i') }}
{{ $income->reference_number ?? '—' }}
{{ $income->weight_kg ? number_format($income->weight_kg, 2) . ' kg' : '—' }}
{{ $income->observations ?? '—' }}
| Código | Línea | Kilos | Estado | Acción |
|---|---|---|---|---|
| {{ $order->order_code }} | {{ $order->serviceLineLabel() }} | {{ $order->weight_kg ? number_format($order->weight_kg, 2) . ' kg' : '—' }} | {{ $order->statusLabel() }} | |
| Sin pedidos asociados todavía. | ||||