Akaunting/resources/views/modules/home/index.blade.php

30 lines
644 B
PHP
Raw Normal View History

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