@extends('layouts.app') @section('title', 'أوامر الشراء - '.config('app.name')) @section('breadcrumb') الرئيسية › المشتريات › أوامر الشراء @endsection @section('content')
| المورد | التاريخ | تاريخ التسليم المتوقع | الحالة | الضريبة | الإجمالي | الإجراءات | |
|---|---|---|---|---|---|---|---|
| {{ $order->display_order_number }} | {{ $order->supplier?->getLocalizedDisplayName() ?? '—' }} | {{ $order->order_date?->format('Y-m-d') }} | {{ $order->expected_delivery_date?->format('Y-m-d') ?? '—' }} | {{ $order->status }} | SAR {{ number_format((float) $order->total_tax, 2) }} | SAR {{ number_format((float) $order->total, 2) }} |
|
| لا توجد أوامر شراء | |||||||