@extends('layouts.nova')
@section('content')
@php
$headerBreadcrumbs = collect([
(object) ['name' => 'Creators', 'url' => '/creators/top'],
(object) ['name' => 'Rising Creators', 'url' => route('creators.rising')],
]);
@endphp
{{ $creator->uname }}
@if($creator->username ?? null){{ '@' . $creator->username }}
@endifNo rising creators found yet. Check back soon!