@props([ 'header' => null, 'footer' => null, 'style' => null, ])
@if ($header)

{{ $header }}

@endif
{{ $slot }}
@if ($footer) @endif