@props([ 'head', 'body', 'foot' ])
merge(['class' => 'min-w-full']) !!}> @if(isset($head)) {{ $head }} @endif @if(isset($body)) {{ $body }} @endif @if(isset($foot)) {{ $foot }} @endif