loading hide control

This commit is contained in:
Burak Civan
2022-10-12 12:46:29 +03:00
parent 762aad55e1
commit 314e9dd308
2 changed files with 24 additions and 2 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>