@extends('adminlte::page') @section('title', 'BI - Médico') @section('content_header')

Business intelligence (BI) - Médico

@endsection @section('css') @stop @section('content')



@if ($filtros)

{{ $total_recebimento_lead_geral }}

RECEBIMENTO DE LEAD
Mais informações

{{ $total_cirurgias_vendidas_geral }}

CIRURGIAS VENDIDAS
Mais informações

{{ $total_cirurgias_realizadas }}

CIRURGIAS REALIZADAS
Mais informações

{{ $total_cirurgias_negociacao_geral }}

CIRURGIAS EM NEGOCIAÇÃO
Mais informações

{{ $total_cirurgias_perdida_geral }}

CIRURGIAS PERDIDAS
Mais informações
@if($filtros['tipo'] == 'geral' || $filtros['tipo'] == 'particular')
@else
@endif

R$ {{ number_format($ifin_total_medico_vendas, 2, ',', '.') }}

TOTAL MÉDICO VENDIDO
Mais informações

R$ {{ number_format($ifin_total_orcado_vendas, 2, ',', '.') }}

TOTAL ORÇADO
Mais informações

R$ {{ number_format($ifin_total_cirurgias_negociacao_geral, 2, ',', '.') }}

TOTAL EM NEGOCIAÇÃO
Mais informações

R$ {{ number_format($ifin_total_vendas_opme_convenio + $ifin_total_vendas_opme_particular, 2, ',', '.') }}

TOTAL OPME
Mais informações
@endif
@endsection @section('js') @endsection