FleetCart/resources/views/vendor/bone/captcha/image.blade.php
2023-06-11 13:14:03 +01:00

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()}"
>