{!! Form::open(['url' => action('DesignationController@update', [$designation->id]), 'method' => 'PUT', 'id' => 'update_designation']) !!}
{!! Form::label('name', __( 'user.designation.name' ) . ':*') !!}
{!! Form::text('name', $designation->name, ['class' => 'form-control', 'required', 'placeholder' => __( 'user.designation.name' )]) !!}
{!! Form::close() !!}