{{--
--}}
{{-- Search button available only for Basic -> Platinum users --}}
{{-- @if (auth()->user()->user_type != 'Free') @endif --}} @if ($user->user_type != 'Free') @endif

  Links

@if ($buttons) {{-- if FREE User, can only add 4 Buttons --}} {{-- @php dd($button_count); @endphp --}} {{-- @if ($buttons && (($user_type == 'Free' && $buttons->where('view', 'links')->count() >= 8) || in_array($user_type, ['Basic', 'Gold', 'Platinum', 'Influencer', 'Sponsored']))) --}} @if ( $buttons && (($user->user_type == 'Free' && $button_count < 6) || in_array($user->user_type, ['Basic', 'Gold', 'Platinum', 'Influencer', 'Sponsored'])))

Add New

Add a new custom link

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

Drag the element to rearrange.

(All the links provided here can be saved as button or icon.)

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