@extends('layouts.master') @section('title') {{__('admin.dashboard')}} -@endsection @section('css') @endsection @section('content')
@include('user.components.search_form')

{{$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}}.

{{$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) @endif @empty

No artists found under this charity.

@endforelse @if(!$subStatus)
Upgrade to get access to all information
upgrade
@endif
{{ $artists->links('vendor.pagination.custom') }}
@endsection @section('javascript') @endsection