@extends('layout.padrao') @section('title', 'Batch Payment (Pagamento em Lote) - Itaú') @section('content')

Last Files

@php $count = 0 ; $last_lote=''; @endphp @foreach ($registers as $key => $item) @if(isset($item['batch_payments'][0]['trade_anexos'][0]['path']) && $count < 11) @if( $last_lote != $item['batch_payments'][0]['description']) @php $count++; $last_lote = $item['batch_payments'][0]['description']; @endphp @endif @endif @endforeach
Create Itaú file
Tipo Remessa Lote Tipo de Conta SAOE Invoice Number Company CNPJ Data Solicitação Data do Pagamento Booking Banco Agência Conta Payment Req. User Requested Dollar Rate Dollar Amount Real Amount Correction Qty Correction Amount Valor Total
@include('bibliotecas.bootstrapTable2WithModal') @include('remessas.itau.style') @include('remessas.itau.script') @include('remessas.itau.modal') @endsection