Notice: Undefined variable: activeEvent in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 65
Notice: Trying to get property of non-object in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 65
Notice: Undefined variable: activeEvent in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 66
Notice: Trying to get property of non-object in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 66
@if(strtotime($activeEvent->start_ts) > strtotime($now))
@if($daysTillEventStart == 0)
Event starts soon
@else
{{ $daysTillEventStart }}
Days
Until Event
@endif
@else
Event is in progress
@endif
{{ $countRegisteredLeadsOnActiveEvents[$key] }}
Registered
Atendees
@if($activeEvent->registration_end_ts)
Notice: Undefined variable: activeEvent in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 98
Notice: Trying to get property of non-object in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 98
@if(strtotime($activeEvent->registration_end_ts) >= strtotime($now))
@if($daysTillRegistrationEnds > 0)
{{ $daysTillRegistrationEnds }}
Days Until
Registration
Closure
@else
Registration closes today
@endif
@else
Registration is closed
@endif
@else
There is no registration
@endif
{{ Form::open(array('url' => getenv('APP_URL') . '/events', 'class' => 'form-inline')) }}
Notice: Undefined variable: search in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 210
placeholder="Search..." Notice: Undefined variable: search in /home/imevent/public_html/backup/resources/views/events/all/all-events.blade.php on line 210
name="search">