{{--
--}}
{{-- Back Button to Profile Page --}}
{{-- --}} @if (auth()->user()->user_type != 'Free') @endif

  Contact Points

@if ($buttons) {{-- if FREE User, can only add 3 contact points --}} @if ( $buttons && (($user_type == 'Free' && $buttons->where('view', 'contacts')->count() < 3) || in_array($user_type, ['Basic', 'Gold', 'Platinum', 'Influencer', 'Sponsored'])))

Add New

Add a new contact point

@endif @endif
@if (!$buttons) @endif @if ($buttons)

Drag the element to rearrange.

{{-- Display Sortable Buttons here --}}
@endif