{{-- Cartão padrão: TODO bloco de conteúdo do admin vive num destes. --}} @props(['titulo' => null, 'subtitulo' => null, 'semPadding' => false])
merge(['class' => 'mt-4 bg-white border rounded-lg' . ($semPadding ? ' overflow-hidden' : '')]) }}> @if ($titulo)

{{ $titulo }}

@if ($subtitulo)

{{ $subtitulo }}

@endif
@endif @if ($semPadding) {{ $slot }} @else
{{ $slot }}
@endif