@extends('layouts.app') @section('title', 'تشغيلات قاربت على الانتهاء') @section('page_title', 'تشغيلات قاربت على الانتهاء') @section('breadcrumb')
| الصيدلية | الصنف | التشغيلة | تاريخ الصلاحية | المتبقى | الرصيد | التكلفة | القيمة |
|---|---|---|---|---|---|---|---|
| {{ $r->pharmacy->name }} | {{ $r->item->code }} — {{ $r->item->name }} | {{ $r->batch_number }} | {{ $r->expiry_date?->format('Y-m-d') }} | {{ $daysLeft }} يوم | {{ number_format((float) $r->quantity_on_hand, 2) }} | {{ number_format((float) $r->cost_price, 2) }} | {{ number_format((float) $r->cost_price * (float) $r->quantity_on_hand, 2) }} |
| لا توجد تشغيلات قاربت على الانتهاء. | |||||||