@extends('layouts.app', ['title' => 'Novo Boleto']) @section('content')

Novo Boleto

Voltar
{!!Form::open() ->post() ->route('financeiro-boleto.store') ->id('form-financeiro') !!}
@include('financeiro_boletos._forms')
{!!Form::close()!!}
@endsection @section('js') @endsection