Akaunting/resources/views/components/modules/free.blade.php

8 lines
150 B
PHP
Raw Normal View History

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