@extends('layouts.app') @section('content')

@convert($items->count())

Product Count

7.2% since last week

@convert($itemsQuantity)

Item Quantity

7.5% since last week

{{empty($app->currency) ? "GHS" : $app->currency}}@convert($itemsPrice)

Revenue

5.7% since last week
@foreach($items as $item) @endforeach
Products Quantity Unit Price Totals
{{$item->quantity}} {{empty($app->currency) ? "GHS" : $app->currency}}@convert($item->price) {{empty($app->currency) ? "GHS" : $app->currency}}@convert($item->total)
@endsection