@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')) }} @error('title') {{ $message }} @enderror
@endsection