@foreach($o->values as $value) @if($edit)
($e=$errors->get($o->name_lc.'.'.$loop->index)),'mb-1','border-focus'=>$o->values->contains($value)]) name="{{ $o->name_lc }}[]" value="{{ md5($value) }}" @readonly(true)>
@if($e) {{ join('|',$e) }} @endif
@else {{ str_repeat('x',8) }} @endif @endforeach @if($edit) @lang('Check Password') @endif