@if(request()->category == "Delivery") Net Sales: {{empty($app->currency) ? "GHS" : $app->currency}}@convert($branch_total_general - $deliveriesToday) @else Amount Recieved: {{empty($app->currency) ? "GHS" : $app->currency}}@convert((int)$branch_total_general) @endif @if(request()->category == "Delivery") Unconfirmed Amount: {{empty($app->currency) ? "GHS" : $app->currency}}@convert($unconfirmed) @endif