@extends('layouts.app') @section('title','Lista de Contas a Receber') @section('content')

Boletos

@if($message = Session::get('success'))
{{$message}}
@endif @if($message = Session::get('warning'))
{{$message}}
@endif
@csrf
Gerar Remessa
gif
Cont. / Cliente Parc. Dt. Inc. Tít. Receber Nº Boleto Nosso Nº Dt Incl. Boleto Dt. Venc. Boleto Vr. Boleto Processado Bc. Emissor Boleto Nº Remessa Ação
{{$receber->links()}} @endsection @section('post-script') @endsection