{{ trans('labels.Options Value for') }} @foreach($result['options'] as $option) {{$option->options_name}} / @endforeach
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
{!! Form::open(array('url' =>'admin/addnewvalues', 'method'=>'post', 'class' => 'form-horizontal form-validate', 'enctype'=>'multipart/form-data')) !!}
{!! Form::hidden('products_options_id', $result['options'][0]->products_options_id , array('class'=>'form-control', 'id'=>'products_options_values_id')) !!}
@endforeach
{!! Form::close() !!}
{{ trans('labels.Add Option Value') }}
@foreach($result['languages'] as $languages)
{{ trans('labels.Option Value Text') }} ({{ $languages->name }}).