@extends('layouts.app') @section('content')
Product Summary for {{$branch}} | {{$category}}
  • Total Quantity: {{$itemsQuantity}}
  • Total Cash: GH¢@convert($itemsPrice)
@foreach($items as $item) @endforeach
Products Quantity Unit Price Totals
{{$item->quantity}} GH₵@convert($item->price) GH₵@convert($item->total)
@endsection