vito/resources/views/web/components/container.blade.php
2024-10-01 19:09:38 +02:00

8 lines
123 B
PHP

<div
@if (isset($getExtraAttributeBag))
{{ $getExtraAttributeBag() }}
@endif
>
{!! $content !!}
</div>