@props([ 'title' => null, 'gridLayout' => 'col-span-12 md:col-span-6', 'required' => false ])
@if($title) {{ $title }} @if ($required) * @endif @endif
{{ $slot }}