@extends('layouts.app') @section('title', 'عرض أمر شراء - '.config('app.name')) @section('breadcrumb') الرئيسية › المشتريات › أوامر الشراء › عرض أمر شراء @endsection @section('content')
| الكود | الوصف | الكمية | سعر الوحدة | نسبة الضريبة | قيمة الضريبة | إجمالي السطر |
|---|---|---|---|---|---|---|
| {{ $line->item?->code ?? '—' }} | {{ $line->description ?: ($line->item?->name_ar ?? '—') }} | {{ number_format((float) $line->quantity, 4) }} | SAR {{ number_format((float) $line->unit_price, 4) }} | {{ number_format((float) $line->tax_percent, 2) }}% | SAR {{ number_format((float) $line->vat_amount, 4) }} | SAR {{ number_format((float) ($line->total_amount ?? $line->line_total), 4) }} |
| لا توجد بنود. | ||||||