@extends('frontend.layouts.app') @section('title', $user->name . ' — Profil — Animexe') @section('meta_description', ($user->bio ? $user->bio . ' — ' : '') . $user->name . ' Animexe profili.') @push('styles') @endpush @section('content') @php $pColor = $user->profile_color ?? '#00f5ff'; $profBg = ($user->profile_bg && $user->hasPerk('profile_bg')) ? $user->profile_bg : null; $animBanner = $user->hasPerk('animated_banner') && $user->animated_banner; $watchRank = $user->watchRank(); $musicUrl = ($user->profile_music_url && $user->hasPerk('profile_music')) ? $user->profile_music_url : null; @endphp