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

Nova Conta

Voltar
{!!Form::open() ->post() ->route('contas-boleto.store') !!}
@include('contas_boleto._forms')
{!!Form::close()!!}
@endsection