@extends('layouts.landing-page') @section('content') @php $bgUrl = app(\App\Services\UserServices::class)->getBgProfile($artist, 'lg'); $avatarUrl = app(\App\Services\UserServices::class)->getAvatar($artist, 'md'); $genres = app(\App\Services\UserServices::class)->getAllGenre($artist); $roleArray = $artist->getRoleNames(); $roleContent = ''; foreach ($roleArray as $role) { if ($role == 'Composer') { $roleContent = $roleContent . ' 🎵 Composer '; } if ($role == 'Artist') { $roleContent = $roleContent . ' 🎤 Artist '; } if ($role == 'Cover Creator') { $roleContent = $roleContent . ' 📹 Cover Creator '; } } @endphp
Belum ada followers.
@else @php $userService = app(\App\Services\UserServices::class); @endphp @foreach ($followersList as $follower){{ $artist->profile?->bio ?? 'No biography available.' }}
{{-- Kontainer Tombol Media Sosial --}}