{!! Form::open(['url' => action('BookingTypeController@update', $type->id), 'method' => 'PUT', 'id' => 'booking_edit_form' ]) !!}

Edit Booking Type

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