@props(['right_link_button_type' => 'a']) {{-- Use if the link to the right needs to be a button --}}
  • merge(['class'=>'flex items-center justify-between gap-x-6 px-4 py-4 sm:px-6']) }}>
    {{ $slot }}
    @if(isset($right_link_button)) @if($right_link_button_type === 'a') attributes->merge(['class' => 'rounded-full bg-white px-2.5 py-1 text-xs font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50']) }}> {{ $right_link_button }} @else @endif @endif