@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(isset($meeting) && $meeting)

Meeting: {{$meeting['topic']}}

Time: {{date('h:i A',strtotime($meeting['time']))}}

Day: {{date('l',strtotime($meeting['date']))}}

Date: {{date('d-M-Y',strtotime($meeting['date']))}}

Participant: {{$meeting['participant'] ? $meeting['participant'].' Person' : "No Limit"}}

@if($meeting['link']) @endif
@else
No meeting scheduled. You will be notified when faculty schedule any meeting.
@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 see meetings!
Sign In
@endif
@include('frontend.creators.partials.publicSidebar')
@include('frontend.creators.partials.publicFooter') @include('frontend.creators.partials.publicShare') @endsection