@foreach($items_product as $item) @endforeach
Products Product Code Product Category Unit Price
{{@strtoupper($item->product_code)}} {{@strtoupper($item->production_category)}} {{empty($app->currency) ? "GHS" : $app->currency}}@convert($item->UnitPrice)