@foreach($tabs as $tab) @if($tab->visible($device))
  • $currentTab === $tab->slug(), 'tw:border-transparent tw:text-gray-600 tw:hover:border-gray-400 tw:hover:text-gray-800 tw:dark:text-dark-white-300 tw:dark:hover:border-gray-500' => $currentTab !== $tab->slug(), ]) > {{ $tab->name() }}
  • @endif @endforeach