@extends('layouts.default') @section('content') {{ Breadcrumbs::renderIfExists(Route::getCurrentRoute()->getName(), $piggyBank) }} {{Form::model($piggyBank, ['class' => 'form-horizontal','id' => 'update','url' => route('piggy_banks.update',$piggyBank->id)])}}
{{$errors->first('reminder')}}
@else Enter a number and a period and Firefly will remind you to add money to this piggy bank every now and then. @endif