@if (isset($option))
{!! Form::model($option, ['url' => $type . '/' . $option->id, 'method' => 'put', 'files'=> true, 'id'=>'options']) !!}
@else
{!! Form::open(['url' => $type, 'method' => 'post', 'files'=> true, 'id' => 'options']) !!}
@endif
{!! Form::close() !!}