reconciliation edited
This commit is contained in:
parent
5fca2098a4
commit
5cb11e3ea6
@ -19,11 +19,11 @@ class Section extends Component
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(
|
||||
string $spacingVertical = 'gap-x-8', string $spacingHorizontal = 'gap-y-6', string $columnNumber = 'sm:grid-cols-6',
|
||||
string $spacingVertical = 'gap-y-6', string $spacingHorizontal = 'gap-x-8', string $columnNumber = 'sm:grid-cols-6',
|
||||
) {
|
||||
$this->spacingVertical = $spacingVertical;
|
||||
$this->spacingHorizontal = $spacingHorizontal;
|
||||
$columnNumber = $columnNumber;
|
||||
$this->columnNumber = $columnNumber;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -12,8 +12,8 @@
|
||||
<x-slot name="content">
|
||||
<div class="relative mt-4">
|
||||
<x-form id="form-create-reconciliation" method="get" route="reconciliations.create">
|
||||
<div class=" mb-14">
|
||||
<div class="grid sm:grid-cols-10 gap-x-8 gap-y-6 my-3.5 mt-3.5 lg:mt-8">
|
||||
<x-form.section column-number="sm:grid-cols-10">
|
||||
<x-slot name="body">
|
||||
<x-form.group.date
|
||||
name="started_at"
|
||||
label="{{ trans('reconciliations.start_date') }}"
|
||||
@ -66,8 +66,8 @@
|
||||
{{ trans('reconciliations.transactions') }}
|
||||
</x-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</x-slot>
|
||||
</x-form.section>
|
||||
</x-form>
|
||||
|
||||
<div id="reconciliations-table">
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<x-slot name="content">
|
||||
<x-form id="form-app" route="apps.api-key.store">
|
||||
<x-form.section spacing-horizontal="gap-y-2">
|
||||
<x-form.section spacing-vertical="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) }}" />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user