akaunting/resources/views/components/index/container.blade.php
2022-06-01 10:15:55 +03:00

6 lines
252 B
PHP

<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 />