Entry
{{$voucherProducts[0]->item_type->item_type_name}}
{!! Form::select('item_type', $item_type, $voucherProducts[0]->item_type_id, ['class' => 'form-control','id' => 'item_type', 'placeholder' => 'Select Item Type']) !!} @if ($errors->has('item_type')) {!! $errors->first('item_type') !!}@endif{{$voucherProducts[0]->brand->brand_name}}
{!! Form::select('brand', $brand, $voucherProducts[0]->brand_id, ['class' => 'form-control','id' => 'brand', 'placeholder' => 'Select Brand']) !!} @if ($errors->has('brand')) {!! $errors->first('brand') !!}@endif