This commit is contained in:
CodeInnovers 2019-09-18 23:08:27 +05:30
parent b8aaa4fee0
commit 01b6f86c3e
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
?>
<option value="{{ $value }}" {{ in_array($option['value'], explode(',', $selectedOption)) ? 'selected' : ''}}>
{{ $option['title'] }}
{{ trans($option['title']) }}
</option>
@endforeach
@endif