@if(($permissao->aprovar_clientes && $item->aprovado==0) ||($permissao->aprovar_clientes && $item->aprovado==2))
@endif
{{--
--}}
@if($permissao->excluir_clientes)
@endif
|
{{-- {{ $item->id }} | --}}
{{ Str::upper($item->nome) }} |
{{ $item->tfuel }} |
{{ $item->im }} |
{{ $item->email_cliente }} |
{{ $item->contribuinte }} |
{{ $item->gestor_user->name }} |
@if($item->data_solicitacao_tfuel) {{ date('d-m-Y', strtotime($item->data_solicitacao_tfuel ))}} @endif |
{{ $item->tfuel_plafond }} |
@if($item->data_solicitacao_im){{ date('d-m-Y', strtotime($item->data_solicitacao_im)) }}@endif |
{{ $item->im_plafond }} |
{{ $item->factoring }} |
{{ $item->equipamentos }} |
{{ $item->valor_investido_equipamentos }} |
{{ $item->assistencia }} |
{{ $item->valor_investido_assistencias }} |
{{ $item->outros_investimentos }} |
{{ $item->valor_investido_outros_investimentos }} |
{{ $item->sinistro }} |
@endforeach