Form Button


    <x-form-button :action="route('logout')"
      class="bg-gray-400 hover:bg-gray-800 text-black hover:text-white text-center font-nunito_bold rounded w-48 py-2 px-4 cursor-pointer">
      Sign Out
    </x-form-button>