@if ($filtros)
{{ $total_recebimento_lead_geral }}
RECEBIMENTO DE LEAD
{{ $total_cirurgias_vendidas_geral }}
CIRURGIAS VENDIDAS
{{ $total_cirurgias_realizadas }}
CIRURGIAS REALIZADAS
{{ $total_cirurgias_negociacao_geral }}
CIRURGIAS EM NEGOCIAÇÃO
{{ $total_cirurgias_perdida_geral }}
CIRURGIAS PERDIDAS
@if($filtros['tipo'] == 'geral' || $filtros['tipo'] == 'particular')
@else
@endif
R$ {{ number_format($ifin_total_medico_vendas, 2, ',', '.') }}
TOTAL MÉDICO VENDIDO
R$ {{ number_format($ifin_total_orcado_vendas, 2, ',', '.') }}
TOTAL ORÇADO
R$ {{ number_format($ifin_total_cirurgias_negociacao_geral, 2, ',', '.') }}
TOTAL EM NEGOCIAÇÃO
R$ {{ number_format($ifin_total_vendas_opme_convenio + $ifin_total_vendas_opme_particular, 2, ',', '.') }}
TOTAL OPME
@endif