@extends('layouts.app') @section('content')
REPORT BY CATEGORY - {{@strtoupper(request('branch'))}}
  • Date: {{request('date')}}
  • Total Quantity: {{$itemsQuantity}}
  • Total Cash: {{empty($app->currency) ? "GHS" : $app->currency}}@convert($itemsPrice)
@foreach($items as $item) @endforeach
Products Quantity Total Action
{{$item->quantity}} GH₵@convert($item->total)
@if(request()->branch == null)@else @endif
@endsection