@extends('layouts.master') @section('css') @section('title') {{ __('home.manufacturin_screen') }} @stop @endsection @section('content')
| الخامة | الكمية | سعر الوحدة | الإجمالي |
|---|---|---|---|
| {{ $item->product->product_name ?? '---' }} | {{ $item->quantity }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->total_item_cost, 2) }} |