id) || empty($product->options['type'] || $product->options['type'] == 'pledge-ship')? 'checked':''}}>
Pledge store ship
Ship :
{{Form::select('pledge-ship[title]', $ships, $product->title, ['class'=> 'form-control'])}}
Insurance :
{{Form::select('pledge-ship[attributes][insurance]', ['' => 'N/A', 'LTI' => 'LTI','1month' => '1month','3month' => '3month','6month' => '6month','12month' => '12month','24month' => '24month','48month' => '48month','72month' => '72month'], $product->attributeBySlug('insurance') ? $product->attributeBySlug('insurance')->pivot->value: null, ['class'=> 'form-control'])}}
options['type'] && $product->options['type'] == 'pledge-upgrade')? 'checked':''}}>
Pledge store upgrades
Ship from:
{{Form::select('pledge-upgrade[from]', $ships, !empty($product->options['from'])?$product->options['from']:null, ['class'=> 'form-control'])}}
Ship to:
{{Form::select('pledge-upgrade[to]', $ships, !empty($product->options['to'])?$product->options['to']:null, ['class'=> 'form-control'])}}
options['type'] && $product->options['type'] == 'pledge-other')? 'checked':''}}>
Other item from pledge store
{{--
--}}
Price :
{{Form::text('price', $product->price, ['class'=> 'form-control'])}}
Visbility :
{{Form::select('hidden', [\App\Models\Product::statusVisible => 'Visible', \App\Models\Product::statusHidden => 'Hidden'], $product->hidden, ['class'=> 'form-control'])}}
Services product