{!! Form::open(['url' => action('BedController@store'), 'method' => 'post', 'id' => 'bed_add_form' ]) !!}

Add New Bed

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