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

Editar Conta

Voltar
{!!Form::open()->fill($item) ->put() ->route('contas-boleto.update', [$item->id]) !!}
@include('contas_boleto._forms')
{!!Form::close()!!}
@endsection