{!! Form::open(['url' => action('BedController@update', $bed->id), 'method' => 'PUT', 'id' => 'bed_edit_form' ]) !!}

Edit Bed

{!! Form::label('name', __('Bed Name') . ':*') !!} {!! Form::text('name', $bed->name, ['class' => 'form-input', 'required']); !!}
{!! Form::close() !!}