akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -1,7 +1,16 @@
<div class="card">
<div class="card-footer">
<div class="row save-buttons">
{{ Form::saveButtons($routeCancel) }}
</div>
<x-form.section>
<x-slot name="foot">
<div class="flex justify-end">
<x-form.buttons cancel-route="{{ $cancelRoute }}" />
@if (! $hideSendTo)
<x-button
class="relative flex items-center justify-center bg-green hover:bg-green-700 text-white px-6 py-1.5 ltr:ml-2 rtl:mr-2 text-base rounded-lg disabled:bg-green-100"
override="class"
>
{{ trans('general.send_to') }}
</x-button>
@endif
</div>
</div>
</x-slot>
</x-form.section>