@props([
'section_name' => false,
'section_description' => false,
'first' => false
])
@php
$topPadding = ($first) ? '':'pt-10';
@endphp
@if($section_name)
attributes->merge(['class' => 'text-base font-semibold leading-7 text-gray-900']) }}>{{ $section_name }}
@endif
@if($section_description)
attributes->merge(['class' => 'mt-1 text-sm leading-6 text-gray-600']) }}>{{ $section_description }}
@endif
merge(['class' => 'bg-white shadow-sm ring-1 ring-gray-900/5 sm:rounded-xl md:col-span-3']) }}>
{{ $slot }}