setting('fob-floating-buttons.display_on_mobile', 'collapsed') == 'hide'])> @if ($collapsedOnMobile)
    @foreach($floatingButtons as $floatingButton) @include('plugins/fob-floating-buttons::floating-button-item', ['floatingButton' => $floatingButton]) @endforeach
    @endif @foreach($floatingButtons as $floatingButton) @include('plugins/fob-floating-buttons::floating-button-item', [ 'floatingButton' => $floatingButton, 'wrapperClass' => $collapsedOnMobile ? 'd-none d-sm-block' : '', ]) @endforeach @if ($collapsedOnMobile)
  • @endif