@extends('adminlte::page') @section('css') @stop @section('body')

@{{mesAno}}

Cliente Vencimento Valor Desconto Multa Juros Tarifa Vr Rec Data Pgto Situação Modify
@{{boleto.nome}} @{{boleto.vencimento | myDate}} @{{boleto.valor | currency}} @{{boleto.descontos | currency}} @{{boleto.multa | currency}} @{{boleto.juros | currency}} @{{boleto.tarifa | currency}} @{{boleto.vrrecebido | currency}} @{{boleto.pagamento | myDate}} @{{boleto.status}}
Não há boletos neste período
@stop @section('js') @stop @section('adminlte_js') @auth @endauth @stop