@extends('layouts.master') @section('css') @endsection @section('page-header')
@endsection @section('content')| # | اسم المنتج | رقم الفاتورة | الخياط | الكمية المستهلكة | سعر الوحدة | إجمالي القيمة | التاريخ |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->product->product_name }} | #{{ $item->edit->invoice_id }} | {{ $item->edit->tailor->name_ar }} | {{ $item->quantity }} | {{ number_format($item->price, 2) }} | {{ number_format($item->subtotal, 2) }} | {{ $item->created_at->format('Y-m-d') }} |
| لا توجد بيانات، حدد المنتج والفترة للبحث | |||||||
| إجمالي الهالك من هذا الصنف | {{ $wasteItems->sum('quantity') }} | --- | {{ number_format($wasteItems->sum('subtotal'), 2) }} | --- | |||