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

  Events

@if ( ($events && $user_type == 'Platinum' && $this->events->count() < 20) || ($events && $user_type == 'Gold' && $this->events->count() < 3) || ($events && $user_type == 'Basic' && $this->events->count() < 1))

Add New

Add a new event

@endif
@if (!$events)
Add Event(s)  
@endif @if ($events)
{{-- Display all sortable events here --}}

Drag the element to rearrange.

@endif