{{ $user->name }}

@if(config('settings.stripe')) @forelse($subscriptions as $subscription)
@include('icons.package', ['class' => 'fill-current width-4 height-4'])
@empty
@include('icons.package', ['class' => 'fill-current width-4 height-4'])
@endforelse @else
@include('icons.email', ['class' => 'fill-current width-4 height-4'])
{{ $user->email }}
@endif
@if(config('settings.stripe')) @if(empty($subscriptions)) @else @endif @endif