akaunting 3.0 (the last dance)
This commit is contained in:
5
resources/views/components/index/container.blade.php
Normal file
5
resources/views/components/index/container.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
<div {{ ((! $attributes->has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['class' => 'my-5']) : $attributes }}>
|
||||
{!! $slot !!}
|
||||
</div>
|
||||
|
||||
<x-loading.content />
|
Reference in New Issue
Block a user