<?php$__template->section('title');?>استلام أمر شراء <?=e($order->po_number)?><?php$__template->endSection();?>
<?php$__template->section('title');?>استلام أمر شراء <?=e($order['po_number'])?><?php$__template->endSection();?>
<?php$__template->section('page_actions');?>
<ahref="/inventory/purchase-orders/<?=(int)$order->id?>"class="btn btn-outline"><idata-lucide="arrow-right"style="width:15px;height:15px;vertical-align:middle;margin-left:4px;"></i> العودة لأمر الشراء</a>
<ahref="/inventory/purchase-orders/<?=(int)$order['id']?>"class="btn btn-outline"><idata-lucide="arrow-right"style="width:15px;height:15px;vertical-align:middle;margin-left:4px;"></i> العودة لأمر الشراء</a>
<buttontype="submit"class="btn"style="background:#FEE2E2;color:#DC2626;border:none;"onclick="return confirm('هل أنت متأكد من إلغاء أمر الشراء؟ لا يمكن التراجع عن هذا الإجراء.');">
<ahref="/sales"class="btn btn-outline"><idata-lucide="arrow-right"style="width:15px;height:15px;vertical-align:middle;margin-left:4px;"></i> العودة للمبيعات</a>