@extends('layouts.dashboard') @section('title', 'Baixas de Cartão') @section('title-dashboard') Baixas de Cartão @endsection @section('option-dashboard')
:message
') !!}| 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,',','.') }} |