mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-20 16:51:02 -05:00
6f09283cbc
Rely more on eloquent relations instead of using raw queries inside of the views.
8 lines
269 B
PHP
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>
|