6 lines
314 B
PHP
6 lines
314 B
PHP
<img src="{{ $route }}"
|
|
style="cursor:pointer;width:{{ $width }}px;height:{{ $height }}px;"
|
|
title="{{ trans('support::captcha.update_code') }}"
|
|
onclick="this.setAttribute('src','{{ $route }}?_='+Math.random());var captcha=document.getElementById('{{ $input_id }}');if(captcha){captcha.focus()}"
|
|
>
|