photo/resources/views/components/thumbnail.blade.php

3 lines
118 B
PHP
Raw Normal View History

<a href="{{ url('p/view',$id) }}" target="{{ $id }}">
2024-08-31 12:56:52 +00:00
<img class="p-3 w-100" src="{{ url('p/thumbnail',$id) }}">
</a>