8 lines
150 B
PHP
Raw Normal View History

2022-06-01 10:15:55 +03:00
@if ($modules)
<x-modules.items
title="{{ trans('modules.top_paid') }}"
route="apps.paid"
:model="$modules"
/>
@endif