@extends('layouts.dashboard') @section('title', 'Baixas de Cartão') @section('title-dashboard') Baixas de Cartão @endsection @section('option-dashboard')
{!! Form::open(['route' => 'baixas_cartaoImportar', 'class' => 'horizontal-form', 'files' => true]) !!}

{!! Form::label('label_xls', 'Arquivo XLS', ['class' => 'control-label']) !!}
 
Selecione um Arquivo Mudar {!! Form::file('xls') !!} {!! Form::hidden('xls', null) !!} Remover
{!! Form::label('tipo', Tipo, ['class' => 'control-label']) !!}
{!! Form::select('tipo', array('CREDI-SHOP-AUTO'=>'CREDI-SHOP PAG','CREDI-SHOP'=>'CREDI-SHOP ANT','GETNETPAG'=>'GETNET PAG','GETNETANT'=>'GETNET ANT','RECORRENCIA'=>'RECORRÊNCIA','SODEXO'=>'SODEXO','ALELO'=>'ALELO', 'CIELO'=>'CIELO','MULTPLUS'=>'MULTPLUS','VR'=>'VR','LOCGETNET'=>'LOCGETNET'), null, ['class' => 'form-control select2','id' => 'tipo']) !!} {!! $errors->first('tipo', '

:message

') !!}
{!! Form::close() !!}
@endsection @section('pg-home') @endsection @section('content') @parent

R$ 0

TOTAL DE CARTÕES EM ABERTO
@include('baixas_cartao/create')
@if($displayEdit == 'displayblock') @include('baixas_cartao/edit') @endif
Cartões em Aberto
{{-- */$x=0;/* --}} @foreach($historico as $item) {{-- */$x++;/* --}} @endforeach
Código DATA - HORA VENCIMENTO REDE BANDEIRA NSU - AUT VALOR
{{ $item->id }} {{ dataBrasileira($item->data).' - '.$item->hora }} {{ dataBrasileira($item->vencimento) }} {{ $item->nome_rede }} {{ $item->bandeira }} {{ $item->nsu.' - '.$item->aut }} {{ number_format($item->valor,2,',','.') }}
@endsection