@props([ 'user' => null, 'matrimonial' => true, 'employment' => true, 'insurance' => true ]) @php $attributes = $attributes->class(['d-flex gx-5']); @endphp @if($user)
@if($matrimonial)
@endif @if($employment)
@endif {{-- @if($insurance)
@endif --}}
@endif