@inject('Funcoes', 'App\Gerais\Funcoes') @foreach($agenciasPagamentos as $agenciasPagamentos) @endforeach
Agência Ano Mes Tipo Iss Valor (R$) Ações
{{ $agenciasPagamentos->agencia->banco }} ( {{ $agenciasPagamentos->agencia->agencia }}-{{ $agenciasPagamentos->agencia->agencia_dv }} ) {{ $agenciasPagamentos->ano }} {{ $Funcoes->mesPorExtenso($agenciasPagamentos->mes) }} @if($agenciasPagamentos->tipo_iss == 'P') Próprio @else Retido @endif {{ number_format($agenciasPagamentos->Valor,2,',','.') }} {!! Form::open(['route' => ['agenciasPagamentos.destroy', $agenciasPagamentos->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}