{{ Form::model($reminder, ['route' => ['reminder.update', $reminder->id], 'method' => 'PUT']) }} {{ Form::close() }}