@extends('layouts.dashboard') @section('title', 'Recalculo de Boleto') @section('title-dashboard') Recalculo de Boleto @endsection @section('option-dashboard') @endsection @section('pg-home') @endsection @section('content') @parent @if ($errors->any()) @endif
Recalcular Boleto
{!! Form::model($listar, [ 'method' => 'PUT', 'route' => ['contas_areceberRecalcularBoletogo', $listar->id], 'class' => 'horizontal-form' ]) !!}

Cadastro

@include ('contas_areceber.form_recalculo', ['submitButtonText' => 'Update'])
{!! Form::close() !!}
@endsection