Time: | {{date('D h:i a',strtotime($event->start_at))}} | ||||||||
---|---|---|---|---|---|---|---|---|---|
Affiliation: | {{$event->affiliation_type->name}} | ||||||||
Type: | {{ $event->type->name }} | ||||||||
Virtual? | {{ $event->virtual_is_active == 1 ? "Yes" : "No" }} | ||||||||
Hybrid? | {{ $event->virtual_is_hybrid == 1 ? "Yes" : "No" }} | ||||||||
Virtual Platform: | {{ $event->virtual_type->name }} | ||||||||
{{ $event->virtual_type->name }} Access Code: | {{--{{ $event->virtual_code }} | --}} @if($event->virtual_is_active == 1) @if (Carbon\Carbon::now()->between(date('Y-m-d H:i:s',strtotime($event->start_at) - $event->virtual_lead_time * 60 ), date('Y-m-d H:i:s',strtotime($event->start_at)+$event->duration * 60 * 60))){{$event->virtual_code}} | @endif @if(date('Y-m-d H:i:s', time()) < date('Y-m-d H:i:s',strtotime($event->start_at) - $event->virtual_lead_time * 60 ))Meeting Code will be posted {{$event->virtual_lead_time}} minutes before the meeting | @endif @if(date('Y-m-d H:i:s', time()) > date('Y-m-d H:i:s',strtotime($event->start_at)+$event->duration * 60 * 60))This {{$event->virtual_type->name}} meeting has ended | @endif @endif|||||
{{ $event->virtual_type->name }} Password: | {{ $event->virtual_password == "" ? "No Password" : $event->virtual_password }} | ||||||||
{{ $event->virtual_type->name }} URL: | @if($event->virtual_is_active == 1) @if (Carbon\Carbon::now()->between(date('Y-m-d H:i:s',strtotime($event->start_at) - $event->virtual_lead_time * 60 ), date('Y-m-d H:i:s',strtotime($event->start_at)+$event->duration * 60 * 60))){{$event->virtual_url}} | @endif @if(date('Y-m-d H:i:s', time()) < date('Y-m-d H:i:s',strtotime($event->start_at) - $event->virtual_lead_time * 60 ))Meeting URL will be posted {{$event->virtual_lead_time}} minutes before the meeting | @endif @if(date('Y-m-d H:i:s', time()) > date('Y-m-d H:i:s',strtotime($event->start_at)+$event->duration * 60 * 60))(This {{$event->virtual_type->name}} meeting has ended) | @endif @endif||||||
Location: | {{ $event->location->name }} @if($event->location->room) - {{ $event->location->room }} @if($event->location->address && $event->location->city && $event->location->state_id && $event->location->country_id && $event->location->postal_code) (Map) @endif @endif | ||||||||
Description | {!! $event->description !!} | ||||||||
Participants |
|
||||||||
Resources | |||||||||
|
|||||||||
My Schedule Options | |||||||||
My Schedule | @if(\Auth::user()) @if(\Auth::user()->my_schedule()->where('event_id', $event->id)->first()) @if($event->products()->whereHas('order_items', function($q) { $q->whereHas('order', function($q1){ $q1->where('user_id', \Auth::user()->id) ->where('order_status_id','1'); }); })->count() == 0) @else This event was automatically added to your schedule because you have purchased this product. @endif @else @endif @endif | ||||||||
Text reminder | @if(\Auth::user()->mobile_verified && \App\Models\MySchedule::where('user_id', \Auth::user()->id)->where('event_id', $event->id)->where('send_sms', 1)->first()) {{-- Remove Text Reminder --}} Remove this text reminder @elseif(\Auth::user()->mobile_verified) {{-- Send Text Reminder --}} Send a text reminder 10 minutes before this meeting @else Add mobile number @endif |
Role | Description | Action |
{{$eu->event_role->name}} | {{$eu->event_role->description}} | @php $count++; @endphp |
No opportunities available | @empty||
Marathon Leader | Lead the marathon meeting |