@extends('frontLayout.frontlayout') @section('content') @include('frontend.creators.partials.publicHeader')
Get in touch
@if($id) @if($activePlanFeatures && isset($activePlanFeatures['get_in_touch']) && $activePlanFeatures['get_in_touch'] == 1 || $id == $user->id) @if(!empty($listing->items()) && $listing->items())
@include('frontend.creators.loops.meetingsLoop')
@include('admin.partials.pagination', ["pagination" => $listing])
@include('admin.partials.pagination', ["pagination" => $listing])
@else
@endif @else
This feature is locked for you.To unlock it, you have to purchase the appropriate plan.For more details , visit the membership page below.
..
@endif @else
Please sign in first to participate in poll!
Sign In
..
@endif
@include('frontend.creators.partials.publicSidebar')
@include('frontend.creators.partials.publicFooter') @include('frontend.creators.partials.publicShare') @include('frontend.creators.detail.modals.annoucment') @endsection