@extends('layouts.app') @section('content')
SALES REPORT FOR - {{request()->branch}} | Category Type: {{request()->category}}, Date: {{request()->date}}

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

Net Sales

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

No Charge

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

Rejected Items