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

3 lines
119 B
PHP

<a href="{{ url('p/view',$id) }}" target="{{ $id }}">
<img class="pb-3 w-100" src="{{ url('p/thumbnail',$id) }}">
</a>