2022-06-01 10:15:55 +03:00
|
|
|
<x-layouts.modules>
|
|
|
|
<x-slot name="title">
|
|
|
|
{{ trans_choice('general.modules', 2) }}
|
|
|
|
</x-slot>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="buttons">
|
|
|
|
<x-link href="{{ route('apps.api-key.create') }}">
|
|
|
|
{{ trans('modules.api_key') }}
|
|
|
|
</x-link>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-link href="{{ route('apps.my.index') }}">
|
|
|
|
{{ trans('modules.my_apps') }}
|
|
|
|
</x-link>
|
|
|
|
</x-slot>
|
2018-04-25 11:31:49 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-slot name="content">
|
|
|
|
<x-modules.banners />
|
2020-01-22 15:27:52 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-modules.pre-sale />
|
2019-01-30 18:39:39 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-modules.paid />
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-modules.nnew />
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-modules.free />
|
|
|
|
</x-slot>
|
2020-03-14 16:15:29 +03:00
|
|
|
|
2022-06-01 10:15:55 +03:00
|
|
|
<x-script folder="modules" file="apps" />
|
|
|
|
</x-layouts.modules>
|