Materials Report

Generated on {{ $generated_at }}

Total Materials
{{ number_format($items->count()) }}
Total Quantity
{{ number_format($total_quantity, 2) }}
Total Value
AED {{ number_format($total_value, 2) }}
@forelse($items as $item) @empty @endforelse
Material Code Description Category Unit Quantity Avg Price Price Range Total Value Status
{{ $item->item_code }} {{ Str::limit($item->item_description, 40) }} {{ $item->category }} {{ $item->unit_of_measure }} {{ number_format($item->total_quantity, 2) }} {{ number_format($item->average_unit_price, 2) }} @if($item->min_price > 0 && $item->max_price > 0) {{ number_format($item->min_price, 2) }} - {{ number_format($item->max_price, 2) }} @else - @endif {{ number_format($item->total_value, 2) }} {{ ucfirst(str_replace('_', ' ', $item->overall_status)) }}
No materials found