diff --git a/resources/views/components/syntax/certificate.blade.php b/resources/views/components/syntax/certificate.blade.php index 60f6bc33..e86fc840 100644 --- a/resources/views/components/syntax/certificate.blade.php +++ b/resources/views/components/syntax/certificate.blade.php @@ -3,7 +3,7 @@ @foreach($o->tagValuesOld('binary') as $key => $value) - + @if(($o instanceof Certificate) && $edit) diff --git a/resources/views/components/syntax/certificatelist.blade.php b/resources/views/components/syntax/certificatelist.blade.php index 994d944f..72119cda 100644 --- a/resources/views/components/syntax/certificatelist.blade.php +++ b/resources/views/components/syntax/certificatelist.blade.php @@ -1,7 +1,14 @@ @foreach($o->tagValuesOld('binary') as $key => $value) - -
{{ $o->render_item_old('binary.'.$key) }}
+
+ + +
+ @if($e=$errors->get($o->name_lc.'.binary.'.$loop->index)) + {{ join('|',$e) }} + @endif +
+
@endforeach
\ No newline at end of file