8 lines
144 B
PHP
Raw Normal View History

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