{{$charity->name}}
Some of the celebrities that have supported {{$charity->name}} include C.J. Stroud, Paul Skenes, Ruth Buzzi. There are a total of 115 celebrities that have supported {{$charity->name}}.
Name
Category
Age
Country
@forelse($artists as $artistz)
@php
// Ensure you’re calling the artist relationship correctly
$artist = $artistz->artist;
@endphp
@if($artist)
{{ getSocialsFollowers($artist->socials, $social) }}
@endforeach
@endif
@empty
@endif
Category:
Age:
{{ $artist->age() }}
Country:
{{ $artist->country }}
{{-- Social links --}}
@foreach (['instagram', 'facebook', 'tiktok', 'spotify'] as $social)
No artists found under this charity.
@endforelse @if(!$subStatus)
{{ $artists->links('vendor.pagination.custom') }}