{{ $client['full_name'] ?? '' }}
{{ $client['email'] ?? '' }}
@if ( collect($client['subscriptions'])->where('name', 'graphics-design')->isNotEmpty() )
@if($client['parent_id'] == config('services.elite.special_user_id'))
Design & Video
@else
Design
@endif
@endif
@if ( collect($client['subscriptions'])->where('name', 'website-seo')->isNotEmpty() )
Content
@endif