FleetCart/resources/views/vendor/bone/captcha/image.blade.php

6 lines
314 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<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()}"
>