@extends('layouts.app') @section('content')

Update Spending Title

{{ Form::model($payment_title, array('route' => array('spendingtitle.update', $title_id),'class' => 'form-horizontal', 'method' => 'PUT')) }}
{{ Form::text('title', null, array('class' => 'form-control')) }} @if($errors->has('title')) {{ $errors->first('title') }} @endif
@endsection