@extends('layouts.nova')
@section('title', $page_title . ' — Skinbase')
@section('content')
{{-- Tab bar --}}
@forelse($enriched as $event)
@empty
@if($active_tab === 'following')
Follow some creators to see their activity here.
@else
No activity yet. Be the first!
@endif
@endforelse
{{-- Pagination --}}
{{ $events->links() }}
@endsection