@extends('adminlte.app') @section('content')

Detalhe

@if ($message = Session::get('success'))

{{ $message }}

@endif
Faturas - {{$cor}}

@if($cor=="Clientes Sinistrados") @foreach($preto as $v) @endforeach @else @foreach($vermelho_total as $key => $value) @foreach($value as $k => $v) @endforeach @endforeach @endif
Ações
Cliente
Nº Cliente Tfuel Nº Cliente IM Contribuinte
Gestor
Valor total Vencimento N Documento Origem Canal ID
{{ Str::upper($v->nome) }} {{ $v->tfuel }} {{ $v->im }} {{ $v->contribuinte }} {{ $v->gestor_user->name }} {{$v->valor_total}} {{date('d/m/Y', strtotime($v->dt_vencimento))}} {{$v->num_documento}} {{$v->origem}} {{$v->canal_id}}
{{ Str::upper($v->nome) }} {{ $v->tfuel }} {{ $v->im }} {{ $v->contribuinte }} {{ $v->gestor_user->name }} {{$v->valor_total}} {{date('d/m/Y', strtotime($v->dt_vencimento))}} {{$v->num_documento}} {{$v->origem}} {{$v->canal_id}}
@endsection