@extends('layouts.app') @section('title', 'أمر شراء') @section('page_title', 'أمر الشراء ' . $purchase->code) @section('breadcrumb')
| المنتج | الكود | الكمية | سعر الوحدة | الإجمالي |
|---|---|---|---|---|
| {{ $item->product?->name ?? '—' }} | {{ $item->product?->code }} | {{ (float) $item->quantity }} | {{ currency($item->price) }} | {{ currency($item->total) }} |
| IMEI | الجهاز | الشريحة | الحالة |
|---|---|---|---|
| {{ $device->imei }} | {{ $device->product?->name }} | {{ $device->sim_number ?: '—' }} | {!! badge($device->status_label, $device->status_color) !!} |
{{ $purchase->notes }}