Internal stock
@if($stock->isEmpty())
No internal stock
@else- @foreach($stock as $s)
- {{ $s['location_name'] ?? '' }}: {{ $s['quantity'] }} @endforeach
Suppliers
- @foreach($suppliers as $s)
- {{ $s['supplier_name'] }} — {{ number_format($s['unit_price'],2) }} ({{ $s['lead_time_days'] }}d) @endforeach
Procurement tasks
- @foreach($case->procurementTasks as $t)
- {{ $t->title }} ({{ $t->status }}) @endforeach