sentry refactoring

This commit is contained in:
Burak Civan
2022-11-09 10:49:34 +03:00
parent 4e7ad0f117
commit 1e3705616d
5 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<div class="flex flex-col lg:flex-row sm:mt-12">
<div {{ ((! $attributes->has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['class' => 'flex flex-col lg:flex-row sm:mt-12']) : $attributes }}>
{!! $slot !!}
</div>