Bookmarks @if(auth()->check()) new category pretty please
new bookmark pretty please @endif @foreach($categories as $category)

{{ $category->name }}

@if(Auth::check())
@csrf @method('DELETE')
@endif @if($category->shuffled)

(These are shuffled every load)

@php $sites = $category->sites->shuffle(); @endphp @else @php $sites = $category->sites; @endphp @endif
@endforeach