@extends('layouts.app') @section('title', $bom->name.' - '.config('app.name')) @section('breadcrumb') الرئيسية › التصنيع › قوائم المواد › {{ $bom->name }} @endsection @section('content') @php $statusLabels = \App\Models\BomList::statusLabels(); @endphp
{{ $bom->finishedItem?->code }} — {{ $bom->finishedItem?->name_ar }} {{ $statusLabels[$bom->status] ?? $bom->status }}
| الخامة |
الكمية |
الوحدة |
الهدر % |
ملاحظات |
|---|---|---|---|---|
| {{ $line->componentItem?->code }} — {{ $line->componentItem?->name_ar }} | {{ rtrim(rtrim(number_format((float) $line->quantity, 4, '.', ''), '0'), '.') ?: '0' }} | {{ $line->unit ?: '—' }} | {{ rtrim(rtrim(number_format((float) $line->scrap_percent, 2, '.', ''), '0'), '.') ?: '0' }} | {{ $line->notes ?: '—' }} |