cleanup migration to filament

This commit is contained in:
Saeed Vaziry
2024-10-06 21:46:03 +02:00
parent 06d690138d
commit a94d1d42d2
420 changed files with 39 additions and 15481 deletions

View File

@ -1,3 +1,7 @@
<div {!! $attributes->merge(["class" => "max-w-5xl mx-auto"]) !!}>
{{ $slot }}
<div
@if (isset($getExtraAttributeBag))
{{ $getExtraAttributeBag() }}
@endif
>
{!! $content !!}
</div>