@if($user_data ->sales_person_category == "Delivery") Amount Recieved: {{empty($app->currency) ? "GHS" : $app->currency}}@convert($branch_total_general) @else Amount Recieved: {{empty($app->currency) ? "GHS" : $app->currency}}@convert((int)$branch_total_general) @endif Unconfirmed Amount: {{empty($app->currency) ? "GHS" : $app->currency}}@convert(($orders-($branch_total_reject_sum+$branch_total_house_sum)) - (int)$branch_total_general)