fix formatting

This commit is contained in:
Dan Harrin
2021-07-19 18:19:33 +01:00
parent 9b242e75b0
commit c4f8a93870
+7 -2
View File
@@ -1,5 +1,10 @@
@props(['expanded' => false])
@props([
'expanded' => false,
])
<div {{ $attributes->class(['bg-white shadow-xl rounded p-4 md:p-6', 'col-span-full' => $expanded]) }}>
<div {{ $attributes->class([
'bg-white shadow-xl rounded p-4 md:p-6',
'col-span-full' => $expanded,
]) }}>
{{ $slot }}
</div>