Files
Roardom 6f09283cbc refactor: improve torrent relation fetching on torrent page
Rely more on eloquent relations instead of using raw queries inside of the views.
2025-09-11 07:29:12 +00:00

8 lines
269 B
PHP

<button
wire:click="store({{ $torrent->id }})"
class="form__button form__button--outlined form__button--centered"
>
<i class="{{ config('other.font-awesome') }} fa-heart text-pink"></i>
{{ __('torrent.thank') }} ({{ $torrent->thanks_count }})
</button>