@if($tp_impressao == 1)

Listagem de CIOT's

Fechar
Ciot
Motorista
Veículo
Emissão
Quinzena
Valor(R$)
Desconto(R$)
Status

@if(count($dados) > 0) @foreach($dados as $return)
{{ @$return->Ciot }}
{{ @$return->placa }}
01-01-1970
{{ @$return->CodigoIDQuinzena }}
{{ number_format(@$return->TotalPagar, 2,",",".") }}
{{ number_format(@$return->TotalDescontos, 2,",",".") }}

@endforeach @endif
Total:
1 Ciot's
 
 
R$ 0,00
R$ 0,00
 
@endif @if($tp_impressao == 4)

Listagem de CIOT's (Vencidos)

Fechar
Ciot/Motorista
Veículo/Emissão
Banco/Tipo Pagto
Dados Bancários
Desc./T. Pagar
Status Ciot

@if(count($dados) > 0) @foreach($dados as $return)
{{ @$return->Ciot }}
{{ @$return->placa }}
01-01-1970

PIX
{{ @$return->ag }}-{{ @$return->conta }}-{{ @$return->dv }}
{{ @$return->chave_pix }}
{{ number_format(@$return->TotalDescontos, 2,",",".") }}
{{ number_format(@$return->TotalPagar, 2,",",".") }}
-VENCIDO
{{ @$return->CodigoIDQuinzena }}

@endforeach @endif
Total:
1 Ciot's
 
 
Desc. R$ 0,00
Total Pagto. R$ 0,00
@endif @if($tp_impressao == 5)

Listagem de CIOT's {{ @$tp_status }} (Financeiro)

Fechar
Ciot/Motorista
Veículo/Emissão
Banco/Tipo Pagto
Dados Bancários/CPF
Desc./T. Pagar
Status Ciot

@if(count($dados) > 0) @foreach($dados as $return)
{{ @$return->Ciot }}
{{ @$return->placa }}
01-01-1970

PIX: {{ @$return->chave_pix }}
{{ @$return->ag }}-{{ @$return->conta }}-{{ @$return->dv }}
{{ @$return->cpf }}
{{ number_format(@$return->TotalDescontos, 2,",",".") }}
{{ number_format(@$return->TotalPagar, 2,",",".") }}

{{ @$return->CodigoIDQuinzena }}

@endforeach @endif
Total:
1 Ciot's
 
 
Desc. R$ 0,00
Total Pagto. R$ 0,00
@endif @if($tp_impressao == 8)

Listagem de CIOT's {{ @$tp_status }}

Fechar
Ciot/Motorista
Veículo/Emissão
Motivo Rejeição
Status Ciot

@if(count($dados) > 0) @foreach($dados as $return)
{{ @$return->Ciot }}
{{ @$return->placa }}
01-01-1970
{{ @$return->ObsGerais }}

{{ @$return->CodigoIDQuinzena }}

@endforeach @endif
Total:
1 Ciot's
 
 
Desc. R$ 0,00
Total Pagto. R$ 0,00
@endif