Merge branch 'master' of https://github.com/brkcvn/akaunting into new-plans

This commit is contained in:
Burak Civan
2022-10-14 09:36:06 +03:00
4 changed files with 33 additions and 3 deletions

View File

@ -1,5 +1,6 @@
<div class="relative lg:w-8/12 ltr:lg:pl-8 rtl:lg:pr-8">
<x-loading.absolute />
@if (! isset($attributes['disable-loading']))
<x-loading.absolute />
@endif
{!! $slot !!}
</div>