@props(['header' => null, 'footer' => null])
@if($header)
{{ $header }}
@endif
{{ $slot }}
@if($footer) @endif