section classname modified
This commit is contained in:
@ -5,19 +5,21 @@
|
||||
|
||||
<x-slot name="content">
|
||||
<x-form id="form-app" route="apps.api-key.store">
|
||||
<div class="w-1/2">
|
||||
<div class="py-8 flex flex-col gap-2">
|
||||
<x-form.section spacing-horizontal="gap-y-2">
|
||||
<x-slot name="body">
|
||||
<x-form.group.text name="api_key" placeholder="{{ trans('general.form.enter', ['field' => trans('modules.api_key')]) }}" value="{{ setting('apps.api_key', null) }}" />
|
||||
|
||||
<div class="text-xs">
|
||||
{!! trans('modules.get_api_key', ['url' => 'https://akaunting.com/dashboard']) !!}
|
||||
<div class="sm:col-span-6">
|
||||
<div class="text-xs">
|
||||
{!! trans('modules.get_api_key', ['url' => 'https://akaunting.com/dashboard']) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<x-form.buttons cancel-route="apps.home.index" without-cancel />
|
||||
</div>
|
||||
</div>
|
||||
<div class="sm:col-span-3">
|
||||
<x-form.buttons cancel-route="apps.home.index" without-cancel />
|
||||
</div>
|
||||
</x-slot>
|
||||
</x-form.section>
|
||||
</x-form>
|
||||
</x-slot>
|
||||
|
||||
|
Reference in New Issue
Block a user