7 lines
174 B
PHP
Raw Normal View History

2022-08-01 17:49:06 +03:00
<div class="relative lg:w-8/12 ltr:lg:pl-8 rtl:lg:pr-8">
2022-10-12 12:46:29 +03:00
@if (! isset($attributes['disable-loading']))
<x-loading.absolute />
@endif
2022-06-01 10:15:55 +03:00
{!! $slot !!}
</div>