/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php
<?php if(!empty($speakers)): ?>
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.container','data' => ['class' => 'bg-gray-100']]); ?>
<?php $component->withName('container'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['class' => 'bg-gray-100']); ?>
<div class="pb-4 mb-4">
<h3 class="text-3xl text-red-500 text-center">Speakers</h3>
</div>
<div class="flex flex-col items-center justify-center md:flex-row md:flex-wrap md:items-start">
<?php $__currentLoopData = $speakers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $speaker): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php (extract($speaker)); ?>
<div class="w-64 mx-0 mb-16">
<div class="w-full flex flex-col items-center justify-start text-center">
<div
class="w-full h-0 rounded-full bg-gray-600 mb-8 bg-cover bg-center"
style="width:180px;padding-bottom:180px;background-image:url(<?php echo e(wp_get_attachment_image_src($image, 'medium')[0]); ?>)"
></div>
<h3 class="text-lg font-bold"><?php echo $fullname; ?></h3>
<?php if($qualification): ?>
<small class="text-gray-400"><?php echo $qualification; ?></small>
<?php endif; ?>
<?php if($position): ?>
<small class="text-gray-400"><?php echo $position; ?></small>
<?php endif; ?>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php endif; ?>
<?php /**PATH /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php ENDPATH**/ ?>
Arguments
"Trying to access array offset on value of type bool (View: /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php) (View: /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php)"
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
Illuminate\View\ViewException {#2941
#message: "Trying to access array offset on value of type bool (View: /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php)"
#code: 0
#file: "/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php"
#line: 34
-previous: ErrorException {#2817
#message: "Trying to access array offset on value of type bool"
#code: 0
#file: "/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php"
#line: 34
#severity: E_WARNING
}
#severity: E_ERROR
}
1
/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php
<?php if(!empty($speakers)): ?>
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.container','data' => ['class' => 'bg-gray-100']]); ?>
<?php $component->withName('container'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['class' => 'bg-gray-100']); ?>
<div class="pb-4 mb-4">
<h3 class="text-3xl text-red-500 text-center">Speakers</h3>
</div>
<div class="flex flex-col items-center justify-center md:flex-row md:flex-wrap md:items-start">
<?php $__currentLoopData = $speakers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $speaker): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php (extract($speaker)); ?>
<div class="w-64 mx-0 mb-16">
<div class="w-full flex flex-col items-center justify-start text-center">
<div
class="w-full h-0 rounded-full bg-gray-600 mb-8 bg-cover bg-center"
style="width:180px;padding-bottom:180px;background-image:url(<?php echo e(wp_get_attachment_image_src($image, 'medium')[0]); ?>)"
></div>
<h3 class="text-lg font-bold"><?php echo $fullname; ?></h3>
<?php if($qualification): ?>
<small class="text-gray-400"><?php echo $qualification; ?></small>
<?php endif; ?>
<?php if($position): ?>
<small class="text-gray-400"><?php echo $position; ?></small>
<?php endif; ?>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php endif; ?>
<?php /**PATH /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php ENDPATH**/ ?>
Arguments
"Trying to access array offset on value of type bool (View: /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php)"
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
}
Arguments
ErrorException {#2817
#message: "Trying to access array offset on value of type bool"
#code: 0
#file: "/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php"
#line: 34
#severity: E_WARNING
}
3
/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php
<?php if(!empty($speakers)): ?>
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.container','data' => ['class' => 'bg-gray-100']]); ?>
<?php $component->withName('container'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['class' => 'bg-gray-100']); ?>
<div class="pb-4 mb-4">
<h3 class="text-3xl text-red-500 text-center">Speakers</h3>
</div>
<div class="flex flex-col items-center justify-center md:flex-row md:flex-wrap md:items-start">
<?php $__currentLoopData = $speakers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $speaker): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php (extract($speaker)); ?>
<div class="w-64 mx-0 mb-16">
<div class="w-full flex flex-col items-center justify-start text-center">
<div
class="w-full h-0 rounded-full bg-gray-600 mb-8 bg-cover bg-center"
style="width:180px;padding-bottom:180px;background-image:url(<?php echo e(wp_get_attachment_image_src($image, 'medium')[0]); ?>)"
></div>
<h3 class="text-lg font-bold"><?php echo $fullname; ?></h3>
<?php if($qualification): ?>
<small class="text-gray-400"><?php echo $qualification; ?></small>
<?php endif; ?>
<?php if($position): ?>
<small class="text-gray-400"><?php echo $position; ?></small>
<?php endif; ?>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php endif; ?>
<?php /**PATH /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php ENDPATH**/ ?>
Arguments
"Trying to access array offset on value of type bool"
/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php
<?php if(!empty($speakers)): ?>
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.container','data' => ['class' => 'bg-gray-100']]); ?>
<?php $component->withName('container'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['class' => 'bg-gray-100']); ?>
<div class="pb-4 mb-4">
<h3 class="text-3xl text-red-500 text-center">Speakers</h3>
</div>
<div class="flex flex-col items-center justify-center md:flex-row md:flex-wrap md:items-start">
<?php $__currentLoopData = $speakers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $speaker): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php (extract($speaker)); ?>
<div class="w-64 mx-0 mb-16">
<div class="w-full flex flex-col items-center justify-start text-center">
<div
class="w-full h-0 rounded-full bg-gray-600 mb-8 bg-cover bg-center"
style="width:180px;padding-bottom:180px;background-image:url(<?php echo e(wp_get_attachment_image_src($image, 'medium')[0]); ?>)"
></div>
<h3 class="text-lg font-bold"><?php echo $fullname; ?></h3>
<?php if($qualification): ?>
<small class="text-gray-400"><?php echo $qualification; ?></small>
<?php endif; ?>
<?php if($position): ?>
<small class="text-gray-400"><?php echo $position; ?></small>
<?php endif; ?>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php endif; ?>
<?php /**PATH /www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php ENDPATH**/ ?>
Arguments
2
"Trying to access array offset on value of type bool"
"/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php"
34
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
Arguments
"/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php"
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php"
array:11 [
"__env" => Illuminate\View\Factory {#1035}
"app" => Roots\Acorn\Application {#941}
"post" => WP_Post {#2387}
"speakers" => array:4 [
0 => array:4 [
"fullname" => "Andreas Winkler"
"image" => 297
"qualification" => ""
"position" => "Medical Director Neurological Rehabilitation Clinic Bad Pirawarth, Austria"
]
1 => array:4 [
"fullname" => "Dafin Muresanu"
"image" => 303
"qualification" => null
"position" => "President of the European Federation of NeuroRehabilitation Societies"
]
2 => array:4 [
"fullname" => "Thomas Platz"
"image" => 0
"qualification" => null
"position" => ""
]
3 => array:4 [
"fullname" => "Steven Zeiler"
"image" => 564
"qualification" => ""
"position" => "Johns Hopkins University, Baltimore, USA"
]
]
"attributes" => Illuminate\View\ComponentAttributeBag {#2845}
"slot" => Illuminate\Support\HtmlString {#2844}
"__laravel_slots" => array:1 [
"__default" => Illuminate\Support\HtmlString {#2844}
]
"siteName" => "EVER Pharma Webinars"
"mmiItems" => array:11 [
0 => array:20 [
"id" => 811
"title" => "Blood brain barrier integrity in patients with emergent stroke – an MRI study"
"url" => "https://webinar.everpharma.com/leigh/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2829}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Rich Leigh"
"speaker_info" => "Associate Professor of Neurology, Johns Hopkins University, Baltimore, MD"
]
1 => array:20 [
"id" => 821
"title" => "Cerebroprotection for Acute Ischemic Stroke"
"url" => "https://webinar.everpharma.com/staszewski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2847}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Jacek Staszewski"
"speaker_info" => "Military Institute of Medicine – National Research Institute, Warsaw, Poland"
]
2 => array:20 [
"id" => 823
"title" => "Updated clinical practice guidelines for rehabilitation for motor recovery after stroke in Korea"
"url" => "https://webinar.everpharma.com/kim/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2835}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Won-Seok Kim"
"speaker_info" => "Seoul National University College of Medicine, Seoul National University Bundang Hospital, Korea"
]
3 => array:20 [
"id" => 825
"title" => "The importance of treatment algorithms in post-stroke rehabilitation"
"url" => "https://webinar.everpharma.com/tomek/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2831}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek"
"speaker_info" => "Neurologist at Motol University Hospital at Prague, Czech Republic"
]
4 => array:20 [
"id" => 827
"title" => "The CAPTAIN’s Tale - The story of an unbelievable TBI Trial"
"url" => "https://webinar.everpharma.com/matula/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2839}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Christian Matula"
"speaker_info" => "Neurosurgical Department, Medical University of Vienna, Austria"
]
5 => array:20 [
"id" => 829
"title" => "Post-TBI seizures and epilepsy"
"url" => "https://webinar.everpharma.com/trinka/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2851}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Eugen Trinka"
"speaker_info" => "Universitätsklinik für Neurologie, Salzburg, Austria"
]
6 => array:20 [
"id" => 831
"title" => "The Role of Non-Invasive Brain Stimulation in Neurorehabilitation"
"url" => "https://webinar.everpharma.com/winkler/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2841}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Andreas Winkler"
"speaker_info" => "Institut Neuromed, Korneuburg, Austria"
]
7 => array:20 [
"id" => 833
"title" => "Head trauma & Depression"
"url" => "https://webinar.everpharma.com/rauen/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2842}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Katrin Rauen"
"speaker_info" => "Neurological Rehabilitation Center Godeshöhe GmbH, Germany"
]
8 => array:20 [
"id" => 835
"title" => "The devil called delirium is not so dangerous when treated with Cerebrolysin"
"url" => "https://webinar.everpharma.com/dabrowski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2852}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
9 => array:20 [
"id" => 874
"title" => "Expert Panel Discussion"
"url" => "https://webinar.everpharma.com/discussion/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2815}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek (CZ), Won-Seok Kim (KO), Jacek Staszewski (PL), Valeria Caso (IT), Rich Leigh (USA)"
"speaker_info" => ""
]
10 => array:20 [
"id" => 877
"title" => "Perspectives for the future"
"url" => "https://webinar.everpharma.com/muresanu/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2826}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Dafin Muresanu"
"speaker_info" => "President of the European Federation of NeuroRehabilitation Societies"
]
]
"esicmItems" => array:3 [
0 => array:20 [
"id" => 887
"title" => "Introduction"
"url" => "https://webinar.everpharma.com/introduction_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2850}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Katarzyna Kotfis"
"speaker_info" => "Department of Anaesthesiology, Intensive Therapy and Pain Management, Pomeranian Medical University in Szczecin, Poland"
]
1 => array:20 [
"id" => 891
"title" => "Can the devil be driven out of critically ill patients? – Introducing a new cerebroprotective treatment option"
"url" => "https://webinar.everpharma.com/dabrowski_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2834}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
2 => array:20 [
"id" => 893
"title" => "Multimodal treatment strategies for TBI patients – Why do we need them?"
"url" => "https://webinar.everpharma.com/trimmel_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2853}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Helmut Trimmel"
"speaker_info" => "Landesklinikum Wiener Neustadt, Austria"
]
]
"logoURL" => "https://webinar.everpharma.com"
]
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ViewException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/2539d51996ce3360e27cfdef802dd0ceb6337b28.php"
array:11 [
"__env" => Illuminate\View\Factory {#1035}
"app" => Roots\Acorn\Application {#941}
"post" => WP_Post {#2387}
"speakers" => array:4 [
0 => array:4 [
"fullname" => "Andreas Winkler"
"image" => 297
"qualification" => ""
"position" => "Medical Director Neurological Rehabilitation Clinic Bad Pirawarth, Austria"
]
1 => array:4 [
"fullname" => "Dafin Muresanu"
"image" => 303
"qualification" => null
"position" => "President of the European Federation of NeuroRehabilitation Societies"
]
2 => array:4 [
"fullname" => "Thomas Platz"
"image" => 0
"qualification" => null
"position" => ""
]
3 => array:4 [
"fullname" => "Steven Zeiler"
"image" => 564
"qualification" => ""
"position" => "Johns Hopkins University, Baltimore, USA"
]
]
"attributes" => Illuminate\View\ComponentAttributeBag {#2845}
"slot" => Illuminate\Support\HtmlString {#2844}
"__laravel_slots" => array:1 [
"__default" => Illuminate\Support\HtmlString {#2844}
]
"siteName" => "EVER Pharma Webinars"
"mmiItems" => array:11 [
0 => array:20 [
"id" => 811
"title" => "Blood brain barrier integrity in patients with emergent stroke – an MRI study"
"url" => "https://webinar.everpharma.com/leigh/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2829}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Rich Leigh"
"speaker_info" => "Associate Professor of Neurology, Johns Hopkins University, Baltimore, MD"
]
1 => array:20 [
"id" => 821
"title" => "Cerebroprotection for Acute Ischemic Stroke"
"url" => "https://webinar.everpharma.com/staszewski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2847}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Jacek Staszewski"
"speaker_info" => "Military Institute of Medicine – National Research Institute, Warsaw, Poland"
]
2 => array:20 [
"id" => 823
"title" => "Updated clinical practice guidelines for rehabilitation for motor recovery after stroke in Korea"
"url" => "https://webinar.everpharma.com/kim/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2835}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Won-Seok Kim"
"speaker_info" => "Seoul National University College of Medicine, Seoul National University Bundang Hospital, Korea"
]
3 => array:20 [
"id" => 825
"title" => "The importance of treatment algorithms in post-stroke rehabilitation"
"url" => "https://webinar.everpharma.com/tomek/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2831}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek"
"speaker_info" => "Neurologist at Motol University Hospital at Prague, Czech Republic"
]
4 => array:20 [
"id" => 827
"title" => "The CAPTAIN’s Tale - The story of an unbelievable TBI Trial"
"url" => "https://webinar.everpharma.com/matula/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2839}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Christian Matula"
"speaker_info" => "Neurosurgical Department, Medical University of Vienna, Austria"
]
5 => array:20 [
"id" => 829
"title" => "Post-TBI seizures and epilepsy"
"url" => "https://webinar.everpharma.com/trinka/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2851}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Eugen Trinka"
"speaker_info" => "Universitätsklinik für Neurologie, Salzburg, Austria"
]
6 => array:20 [
"id" => 831
"title" => "The Role of Non-Invasive Brain Stimulation in Neurorehabilitation"
"url" => "https://webinar.everpharma.com/winkler/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2841}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Andreas Winkler"
"speaker_info" => "Institut Neuromed, Korneuburg, Austria"
]
7 => array:20 [
"id" => 833
"title" => "Head trauma & Depression"
"url" => "https://webinar.everpharma.com/rauen/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2842}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Katrin Rauen"
"speaker_info" => "Neurological Rehabilitation Center Godeshöhe GmbH, Germany"
]
8 => array:20 [
"id" => 835
"title" => "The devil called delirium is not so dangerous when treated with Cerebrolysin"
"url" => "https://webinar.everpharma.com/dabrowski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2852}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
9 => array:20 [
"id" => 874
"title" => "Expert Panel Discussion"
"url" => "https://webinar.everpharma.com/discussion/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2815}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek (CZ), Won-Seok Kim (KO), Jacek Staszewski (PL), Valeria Caso (IT), Rich Leigh (USA)"
"speaker_info" => ""
]
10 => array:20 [
"id" => 877
"title" => "Perspectives for the future"
"url" => "https://webinar.everpharma.com/muresanu/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2826}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Dafin Muresanu"
"speaker_info" => "President of the European Federation of NeuroRehabilitation Societies"
]
]
"esicmItems" => array:3 [
0 => array:20 [
"id" => 887
"title" => "Introduction"
"url" => "https://webinar.everpharma.com/introduction_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2850}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Katarzyna Kotfis"
"speaker_info" => "Department of Anaesthesiology, Intensive Therapy and Pain Management, Pomeranian Medical University in Szczecin, Poland"
]
1 => array:20 [
"id" => 891
"title" => "Can the devil be driven out of critically ill patients? – Introducing a new cerebroprotective treatment option"
"url" => "https://webinar.everpharma.com/dabrowski_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2834}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
2 => array:20 [
"id" => 893
"title" => "Multimodal treatment strategies for TBI patients – Why do we need them?"
"url" => "https://webinar.everpharma.com/trimmel_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2853}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Helmut Trimmel"
"speaker_info" => "Landesklinikum Wiener Neustadt, Austria"
]
]
"logoURL" => "https://webinar.everpharma.com"
]
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/components/speakers.blade.php"
array:11 [
"__env" => Illuminate\View\Factory {#1035}
"app" => Roots\Acorn\Application {#941}
"post" => WP_Post {#2387}
"speakers" => array:4 [
0 => array:4 [
"fullname" => "Andreas Winkler"
"image" => 297
"qualification" => ""
"position" => "Medical Director Neurological Rehabilitation Clinic Bad Pirawarth, Austria"
]
1 => array:4 [
"fullname" => "Dafin Muresanu"
"image" => 303
"qualification" => null
"position" => "President of the European Federation of NeuroRehabilitation Societies"
]
2 => array:4 [
"fullname" => "Thomas Platz"
"image" => 0
"qualification" => null
"position" => ""
]
3 => array:4 [
"fullname" => "Steven Zeiler"
"image" => 564
"qualification" => ""
"position" => "Johns Hopkins University, Baltimore, USA"
]
]
"attributes" => Illuminate\View\ComponentAttributeBag {#2845}
"slot" => Illuminate\Support\HtmlString {#2844}
"__laravel_slots" => array:1 [
"__default" => Illuminate\Support\HtmlString {#2844}
]
"siteName" => "EVER Pharma Webinars"
"mmiItems" => array:11 [
0 => array:20 [
"id" => 811
"title" => "Blood brain barrier integrity in patients with emergent stroke – an MRI study"
"url" => "https://webinar.everpharma.com/leigh/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2829}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Rich Leigh"
"speaker_info" => "Associate Professor of Neurology, Johns Hopkins University, Baltimore, MD"
]
1 => array:20 [
"id" => 821
"title" => "Cerebroprotection for Acute Ischemic Stroke"
"url" => "https://webinar.everpharma.com/staszewski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2847}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Jacek Staszewski"
"speaker_info" => "Military Institute of Medicine – National Research Institute, Warsaw, Poland"
]
2 => array:20 [
"id" => 823
"title" => "Updated clinical practice guidelines for rehabilitation for motor recovery after stroke in Korea"
"url" => "https://webinar.everpharma.com/kim/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2835}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Won-Seok Kim"
"speaker_info" => "Seoul National University College of Medicine, Seoul National University Bundang Hospital, Korea"
]
3 => array:20 [
"id" => 825
"title" => "The importance of treatment algorithms in post-stroke rehabilitation"
"url" => "https://webinar.everpharma.com/tomek/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2831}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek"
"speaker_info" => "Neurologist at Motol University Hospital at Prague, Czech Republic"
]
4 => array:20 [
"id" => 827
"title" => "The CAPTAIN’s Tale - The story of an unbelievable TBI Trial"
"url" => "https://webinar.everpharma.com/matula/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2839}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Christian Matula"
"speaker_info" => "Neurosurgical Department, Medical University of Vienna, Austria"
]
5 => array:20 [
"id" => 829
"title" => "Post-TBI seizures and epilepsy"
"url" => "https://webinar.everpharma.com/trinka/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2851}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Eugen Trinka"
"speaker_info" => "Universitätsklinik für Neurologie, Salzburg, Austria"
]
6 => array:20 [
"id" => 831
"title" => "The Role of Non-Invasive Brain Stimulation in Neurorehabilitation"
"url" => "https://webinar.everpharma.com/winkler/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2841}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Andreas Winkler"
"speaker_info" => "Institut Neuromed, Korneuburg, Austria"
]
7 => array:20 [
"id" => 833
"title" => "Head trauma & Depression"
"url" => "https://webinar.everpharma.com/rauen/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2842}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Katrin Rauen"
"speaker_info" => "Neurological Rehabilitation Center Godeshöhe GmbH, Germany"
]
8 => array:20 [
"id" => 835
"title" => "The devil called delirium is not so dangerous when treated with Cerebrolysin"
"url" => "https://webinar.everpharma.com/dabrowski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2852}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
9 => array:20 [
"id" => 874
"title" => "Expert Panel Discussion"
"url" => "https://webinar.everpharma.com/discussion/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2815}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek (CZ), Won-Seok Kim (KO), Jacek Staszewski (PL), Valeria Caso (IT), Rich Leigh (USA)"
"speaker_info" => ""
]
10 => array:20 [
"id" => 877
"title" => "Perspectives for the future"
"url" => "https://webinar.everpharma.com/muresanu/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2826}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Dafin Muresanu"
"speaker_info" => "President of the European Federation of NeuroRehabilitation Societies"
]
]
"esicmItems" => array:3 [
0 => array:20 [
"id" => 887
"title" => "Introduction"
"url" => "https://webinar.everpharma.com/introduction_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2850}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Katarzyna Kotfis"
"speaker_info" => "Department of Anaesthesiology, Intensive Therapy and Pain Management, Pomeranian Medical University in Szczecin, Poland"
]
1 => array:20 [
"id" => 891
"title" => "Can the devil be driven out of critically ill patients? – Introducing a new cerebroprotective treatment option"
"url" => "https://webinar.everpharma.com/dabrowski_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2834}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
2 => array:20 [
"id" => 893
"title" => "Multimodal treatment strategies for TBI patients – Why do we need them?"
"url" => "https://webinar.everpharma.com/trimmel_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2853}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Helmut Trimmel"
"speaker_info" => "Landesklinikum Wiener Neustadt, Austria"
]
]
"logoURL" => "https://webinar.everpharma.com"
]
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/Concerns/ManagesComponents.php
* @return string
*/
public function renderComponent()
{
$view = array_pop($this->componentStack);
$this->currentComponentData = array_merge(
$previousComponentData = $this->currentComponentData,
$data = $this->componentData()
);
try {
$view = value($view, $data);
if ($view instanceof View) {
return $view->with($data)->render();
} elseif ($view instanceof Htmlable) {
return $view->toHtml();
} else {
return $this->make($view, $data)->render();
}
} finally {
$this->currentComponentData = $previousComponentData;
}
}
/**
* Get the data for the given component.
*
* @return array
*/
protected function componentData()
{
$defaultSlot = new HtmlString(trim(ob_get_clean()));
$slots = array_merge([
'__default' => $defaultSlot,
], $this->slots[count($this->componentStack)]);
return array_merge(
/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/b56abbaabe506dddb5523bff8d4287498dda3419.php
</div>
<div class="max-w-5xl w-full mx-auto">
<p><?php echo $video->description; ?></p>
</div>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<?php if($category_name == 'allgemein'): ?>
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.speakers','data' => ['speakers' => $speakers]]); ?>
<?php $component->withName('speakers'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['speakers' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($speakers)]); ?> <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php endif; ?>
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.schedule','data' => ['schedule' => $schedule,'chair' => $chair]]); ?>
<?php $component->withName('schedule'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes(['schedule' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($schedule),'chair' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($chair)]); ?> <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.container','data' => []]); ?>
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
Arguments
"/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/b56abbaabe506dddb5523bff8d4287498dda3419.php"
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/filesystem/Filesystem.php
/**
* Get the returned value of a file.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function getRequire($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
return (static function () use ($__path, $__data) {
extract($__data, EXTR_SKIP);
return require $__path;
})();
}
throw new FileNotFoundException("File does not exist at path {$path}.");
}
/**
* Require the given file once.
*
* @param string $path
* @param array $data
* @return mixed
*
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
*/
public function requireOnce($path, array $data = [])
{
if ($this->isFile($path)) {
$__path = $path;
$__data = $data;
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/Engines/PhpEngine.php
}
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $path
* @param array $data
* @return string
*/
protected function evaluatePath($path, $data)
{
$obLevel = ob_get_level();
ob_start();
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
$this->files->getRequire($path, $data);
} catch (Throwable $e) {
$this->handleViewException($e, $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
"/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/b56abbaabe506dddb5523bff8d4287498dda3419.php"
array:27 [
"__env" => Illuminate\View\Factory {#1035}
"app" => Roots\Acorn\Application {#941}
"post" => WP_Post {#2387}
"id" => 167
"title" => "New international Guidelines in stroke and subacute rehabilitation"
"url" => "https://webinar.everpharma.com/new-international-guidelines-in-stroke-and-subacute-rehabilitation/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "March 23, 2021"
"time" => null
"end_time" => null
"registration" => null
"report" => "https://webinar.everpharma.com/wp-content/uploads/2021/04/WEBINAR0321_Report-INTERACTIVE.pdf"
"tag" => "stroke"
"video" => {#2499}
"chair" => WP_Post {#2532}
"schedule" => array:3 [
0 => array:5 [
"speaker" => WP_Post {#2523}
"title" => "The CARS trial - Pharmacological multimodal support in acute and
early subacute stroke neurorehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
1 => array:5 [
"speaker" => WP_Post {#2525}
"title" => "Movement and Rehabilitation – linking concepts and
evidence in arm motor rehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
2 => array:5 [
"speaker" => WP_Post {#2522}
"title" => "Can we enrich stroke rehabilitation?"
"description" => ""
"starts_at" => ""
"duration" => ""
]
]
"speakers" => array:4 [
0 => array:4 [
"fullname" => "Andreas Winkler"
"image" => 297
"qualification" => ""
"position" => "Medical Director Neurological Rehabilitation Clinic Bad Pirawarth, Austria"
]
1 => array:4 [
"fullname" => "Dafin Muresanu"
"image" => 303
"qualification" => null
"position" => "President of the European Federation of NeuroRehabilitation Societies"
]
2 => array:4 [
"fullname" => "Thomas Platz"
"image" => 0
"qualification" => null
"position" => ""
]
3 => array:4 [
"fullname" => "Steven Zeiler"
"image" => 564
"qualification" => ""
"position" => "Johns Hopkins University, Baltimore, USA"
]
]
"category_name" => "allgemein"
"speaker_name" => null
"speaker_info" => null
"siteName" => "EVER Pharma Webinars"
"mmiItems" => array:11 [
0 => array:20 [
"id" => 811
"title" => "Blood brain barrier integrity in patients with emergent stroke – an MRI study"
"url" => "https://webinar.everpharma.com/leigh/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2492}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Rich Leigh"
"speaker_info" => "Associate Professor of Neurology, Johns Hopkins University, Baltimore, MD"
]
1 => array:20 [
"id" => 821
"title" => "Cerebroprotection for Acute Ischemic Stroke"
"url" => "https://webinar.everpharma.com/staszewski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2428}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Jacek Staszewski"
"speaker_info" => "Military Institute of Medicine – National Research Institute, Warsaw, Poland"
]
2 => array:20 [
"id" => 823
"title" => "Updated clinical practice guidelines for rehabilitation for motor recovery after stroke in Korea"
"url" => "https://webinar.everpharma.com/kim/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2430}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Won-Seok Kim"
"speaker_info" => "Seoul National University College of Medicine, Seoul National University Bundang Hospital, Korea"
]
3 => array:20 [
"id" => 825
"title" => "The importance of treatment algorithms in post-stroke rehabilitation"
"url" => "https://webinar.everpharma.com/tomek/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2937}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek"
"speaker_info" => "Neurologist at Motol University Hospital at Prague, Czech Republic"
]
4 => array:20 [
"id" => 827
"title" => "The CAPTAIN’s Tale - The story of an unbelievable TBI Trial"
"url" => "https://webinar.everpharma.com/matula/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2931}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Christian Matula"
"speaker_info" => "Neurosurgical Department, Medical University of Vienna, Austria"
]
5 => array:20 [
"id" => 829
"title" => "Post-TBI seizures and epilepsy"
"url" => "https://webinar.everpharma.com/trinka/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2945}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Eugen Trinka"
"speaker_info" => "Universitätsklinik für Neurologie, Salzburg, Austria"
]
6 => array:20 [
"id" => 831
"title" => "The Role of Non-Invasive Brain Stimulation in Neurorehabilitation"
"url" => "https://webinar.everpharma.com/winkler/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2946}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Andreas Winkler"
"speaker_info" => "Institut Neuromed, Korneuburg, Austria"
]
7 => array:20 [
"id" => 833
"title" => "Head trauma & Depression"
"url" => "https://webinar.everpharma.com/rauen/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2951}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Katrin Rauen"
"speaker_info" => "Neurological Rehabilitation Center Godeshöhe GmbH, Germany"
]
8 => array:20 [
"id" => 835
"title" => "The devil called delirium is not so dangerous when treated with Cerebrolysin"
"url" => "https://webinar.everpharma.com/dabrowski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2943}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
9 => array:20 [
"id" => 874
"title" => "Expert Panel Discussion"
"url" => "https://webinar.everpharma.com/discussion/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2938}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek (CZ), Won-Seok Kim (KO), Jacek Staszewski (PL), Valeria Caso (IT), Rich Leigh (USA)"
"speaker_info" => ""
]
10 => array:20 [
"id" => 877
"title" => "Perspectives for the future"
"url" => "https://webinar.everpharma.com/muresanu/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2948}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Dafin Muresanu"
"speaker_info" => "President of the European Federation of NeuroRehabilitation Societies"
]
]
"esicmItems" => array:3 [
0 => array:20 [
"id" => 887
"title" => "Introduction"
"url" => "https://webinar.everpharma.com/introduction_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2526}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Katarzyna Kotfis"
"speaker_info" => "Department of Anaesthesiology, Intensive Therapy and Pain Management, Pomeranian Medical University in Szczecin, Poland"
]
1 => array:20 [
"id" => 891
"title" => "Can the devil be driven out of critically ill patients? – Introducing a new cerebroprotective treatment option"
"url" => "https://webinar.everpharma.com/dabrowski_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2821}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
2 => array:20 [
"id" => 893
"title" => "Multimodal treatment strategies for TBI patients – Why do we need them?"
"url" => "https://webinar.everpharma.com/trimmel_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2828}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Helmut Trimmel"
"speaker_info" => "Landesklinikum Wiener Neustadt, Austria"
]
]
"logoURL" => "https://webinar.everpharma.com"
]
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/Engines/CompilerEngine.php
*
* @param string $path
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Throwable $e
* @param int $obLevel
* @return void
*
* @throws \Throwable
*/
protected function handleViewException(Throwable $e, $obLevel)
{
$e = new ViewException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/b56abbaabe506dddb5523bff8d4287498dda3419.php"
array:27 [
"__env" => Illuminate\View\Factory {#1035}
"app" => Roots\Acorn\Application {#941}
"post" => WP_Post {#2387}
"id" => 167
"title" => "New international Guidelines in stroke and subacute rehabilitation"
"url" => "https://webinar.everpharma.com/new-international-guidelines-in-stroke-and-subacute-rehabilitation/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "March 23, 2021"
"time" => null
"end_time" => null
"registration" => null
"report" => "https://webinar.everpharma.com/wp-content/uploads/2021/04/WEBINAR0321_Report-INTERACTIVE.pdf"
"tag" => "stroke"
"video" => {#2499}
"chair" => WP_Post {#2532}
"schedule" => array:3 [
0 => array:5 [
"speaker" => WP_Post {#2523}
"title" => "The CARS trial - Pharmacological multimodal support in acute and
early subacute stroke neurorehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
1 => array:5 [
"speaker" => WP_Post {#2525}
"title" => "Movement and Rehabilitation – linking concepts and
evidence in arm motor rehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
2 => array:5 [
"speaker" => WP_Post {#2522}
"title" => "Can we enrich stroke rehabilitation?"
"description" => ""
"starts_at" => ""
"duration" => ""
]
]
"speakers" => array:4 [
0 => array:4 [
"fullname" => "Andreas Winkler"
"image" => 297
"qualification" => ""
"position" => "Medical Director Neurological Rehabilitation Clinic Bad Pirawarth, Austria"
]
1 => array:4 [
"fullname" => "Dafin Muresanu"
"image" => 303
"qualification" => null
"position" => "President of the European Federation of NeuroRehabilitation Societies"
]
2 => array:4 [
"fullname" => "Thomas Platz"
"image" => 0
"qualification" => null
"position" => ""
]
3 => array:4 [
"fullname" => "Steven Zeiler"
"image" => 564
"qualification" => ""
"position" => "Johns Hopkins University, Baltimore, USA"
]
]
"category_name" => "allgemein"
"speaker_name" => null
"speaker_info" => null
"siteName" => "EVER Pharma Webinars"
"mmiItems" => array:11 [
0 => array:20 [
"id" => 811
"title" => "Blood brain barrier integrity in patients with emergent stroke – an MRI study"
"url" => "https://webinar.everpharma.com/leigh/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2492}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Rich Leigh"
"speaker_info" => "Associate Professor of Neurology, Johns Hopkins University, Baltimore, MD"
]
1 => array:20 [
"id" => 821
"title" => "Cerebroprotection for Acute Ischemic Stroke"
"url" => "https://webinar.everpharma.com/staszewski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2428}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Jacek Staszewski"
"speaker_info" => "Military Institute of Medicine – National Research Institute, Warsaw, Poland"
]
2 => array:20 [
"id" => 823
"title" => "Updated clinical practice guidelines for rehabilitation for motor recovery after stroke in Korea"
"url" => "https://webinar.everpharma.com/kim/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2430}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Won-Seok Kim"
"speaker_info" => "Seoul National University College of Medicine, Seoul National University Bundang Hospital, Korea"
]
3 => array:20 [
"id" => 825
"title" => "The importance of treatment algorithms in post-stroke rehabilitation"
"url" => "https://webinar.everpharma.com/tomek/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2937}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek"
"speaker_info" => "Neurologist at Motol University Hospital at Prague, Czech Republic"
]
4 => array:20 [
"id" => 827
"title" => "The CAPTAIN’s Tale - The story of an unbelievable TBI Trial"
"url" => "https://webinar.everpharma.com/matula/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2931}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Christian Matula"
"speaker_info" => "Neurosurgical Department, Medical University of Vienna, Austria"
]
5 => array:20 [
"id" => 829
"title" => "Post-TBI seizures and epilepsy"
"url" => "https://webinar.everpharma.com/trinka/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2945}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Eugen Trinka"
"speaker_info" => "Universitätsklinik für Neurologie, Salzburg, Austria"
]
6 => array:20 [
"id" => 831
"title" => "The Role of Non-Invasive Brain Stimulation in Neurorehabilitation"
"url" => "https://webinar.everpharma.com/winkler/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2946}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Andreas Winkler"
"speaker_info" => "Institut Neuromed, Korneuburg, Austria"
]
7 => array:20 [
"id" => 833
"title" => "Head trauma & Depression"
"url" => "https://webinar.everpharma.com/rauen/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2951}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Katrin Rauen"
"speaker_info" => "Neurological Rehabilitation Center Godeshöhe GmbH, Germany"
]
8 => array:20 [
"id" => 835
"title" => "The devil called delirium is not so dangerous when treated with Cerebrolysin"
"url" => "https://webinar.everpharma.com/dabrowski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2943}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
9 => array:20 [
"id" => 874
"title" => "Expert Panel Discussion"
"url" => "https://webinar.everpharma.com/discussion/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2938}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek (CZ), Won-Seok Kim (KO), Jacek Staszewski (PL), Valeria Caso (IT), Rich Leigh (USA)"
"speaker_info" => ""
]
10 => array:20 [
"id" => 877
"title" => "Perspectives for the future"
"url" => "https://webinar.everpharma.com/muresanu/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2948}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Dafin Muresanu"
"speaker_info" => "President of the European Federation of NeuroRehabilitation Societies"
]
]
"esicmItems" => array:3 [
0 => array:20 [
"id" => 887
"title" => "Introduction"
"url" => "https://webinar.everpharma.com/introduction_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2526}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Katarzyna Kotfis"
"speaker_info" => "Department of Anaesthesiology, Intensive Therapy and Pain Management, Pomeranian Medical University in Szczecin, Poland"
]
1 => array:20 [
"id" => 891
"title" => "Can the devil be driven out of critically ill patients? – Introducing a new cerebroprotective treatment option"
"url" => "https://webinar.everpharma.com/dabrowski_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2821}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
2 => array:20 [
"id" => 893
"title" => "Multimodal treatment strategies for TBI patients – Why do we need them?"
"url" => "https://webinar.everpharma.com/trimmel_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2828}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Helmut Trimmel"
"speaker_info" => "Landesklinikum Wiener Neustadt, Austria"
]
]
"logoURL" => "https://webinar.everpharma.com"
]
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/www/everpharmawebinars_102/public/wp-content/themes/webinar/resources/views/single.blade.php"
array:27 [
"__env" => Illuminate\View\Factory {#1035}
"app" => Roots\Acorn\Application {#941}
"post" => WP_Post {#2387}
"id" => 167
"title" => "New international Guidelines in stroke and subacute rehabilitation"
"url" => "https://webinar.everpharma.com/new-international-guidelines-in-stroke-and-subacute-rehabilitation/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "March 23, 2021"
"time" => null
"end_time" => null
"registration" => null
"report" => "https://webinar.everpharma.com/wp-content/uploads/2021/04/WEBINAR0321_Report-INTERACTIVE.pdf"
"tag" => "stroke"
"video" => {#2499}
"chair" => WP_Post {#2532}
"schedule" => array:3 [
0 => array:5 [
"speaker" => WP_Post {#2523}
"title" => "The CARS trial - Pharmacological multimodal support in acute and
early subacute stroke neurorehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
1 => array:5 [
"speaker" => WP_Post {#2525}
"title" => "Movement and Rehabilitation – linking concepts and
evidence in arm motor rehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
2 => array:5 [
"speaker" => WP_Post {#2522}
"title" => "Can we enrich stroke rehabilitation?"
"description" => ""
"starts_at" => ""
"duration" => ""
]
]
"speakers" => array:4 [
0 => array:4 [
"fullname" => "Andreas Winkler"
"image" => 297
"qualification" => ""
"position" => "Medical Director Neurological Rehabilitation Clinic Bad Pirawarth, Austria"
]
1 => array:4 [
"fullname" => "Dafin Muresanu"
"image" => 303
"qualification" => null
"position" => "President of the European Federation of NeuroRehabilitation Societies"
]
2 => array:4 [
"fullname" => "Thomas Platz"
"image" => 0
"qualification" => null
"position" => ""
]
3 => array:4 [
"fullname" => "Steven Zeiler"
"image" => 564
"qualification" => ""
"position" => "Johns Hopkins University, Baltimore, USA"
]
]
"category_name" => "allgemein"
"speaker_name" => null
"speaker_info" => null
"siteName" => "EVER Pharma Webinars"
"mmiItems" => array:11 [
0 => array:20 [
"id" => 811
"title" => "Blood brain barrier integrity in patients with emergent stroke – an MRI study"
"url" => "https://webinar.everpharma.com/leigh/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2492}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Rich Leigh"
"speaker_info" => "Associate Professor of Neurology, Johns Hopkins University, Baltimore, MD"
]
1 => array:20 [
"id" => 821
"title" => "Cerebroprotection for Acute Ischemic Stroke"
"url" => "https://webinar.everpharma.com/staszewski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2428}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Jacek Staszewski"
"speaker_info" => "Military Institute of Medicine – National Research Institute, Warsaw, Poland"
]
2 => array:20 [
"id" => 823
"title" => "Updated clinical practice guidelines for rehabilitation for motor recovery after stroke in Korea"
"url" => "https://webinar.everpharma.com/kim/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2430}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Won-Seok Kim"
"speaker_info" => "Seoul National University College of Medicine, Seoul National University Bundang Hospital, Korea"
]
3 => array:20 [
"id" => 825
"title" => "The importance of treatment algorithms in post-stroke rehabilitation"
"url" => "https://webinar.everpharma.com/tomek/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2937}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek"
"speaker_info" => "Neurologist at Motol University Hospital at Prague, Czech Republic"
]
4 => array:20 [
"id" => 827
"title" => "The CAPTAIN’s Tale - The story of an unbelievable TBI Trial"
"url" => "https://webinar.everpharma.com/matula/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2931}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Christian Matula"
"speaker_info" => "Neurosurgical Department, Medical University of Vienna, Austria"
]
5 => array:20 [
"id" => 829
"title" => "Post-TBI seizures and epilepsy"
"url" => "https://webinar.everpharma.com/trinka/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2945}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Eugen Trinka"
"speaker_info" => "Universitätsklinik für Neurologie, Salzburg, Austria"
]
6 => array:20 [
"id" => 831
"title" => "The Role of Non-Invasive Brain Stimulation in Neurorehabilitation"
"url" => "https://webinar.everpharma.com/winkler/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2946}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Andreas Winkler"
"speaker_info" => "Institut Neuromed, Korneuburg, Austria"
]
7 => array:20 [
"id" => 833
"title" => "Head trauma & Depression"
"url" => "https://webinar.everpharma.com/rauen/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2951}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Katrin Rauen"
"speaker_info" => "Neurological Rehabilitation Center Godeshöhe GmbH, Germany"
]
8 => array:20 [
"id" => 835
"title" => "The devil called delirium is not so dangerous when treated with Cerebrolysin"
"url" => "https://webinar.everpharma.com/dabrowski/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "neurocognitive disorders"
"video" => {#2943}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
9 => array:20 [
"id" => 874
"title" => "Expert Panel Discussion"
"url" => "https://webinar.everpharma.com/discussion/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2938}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Ales Tomek (CZ), Won-Seok Kim (KO), Jacek Staszewski (PL), Valeria Caso (IT), Rich Leigh (USA)"
"speaker_info" => ""
]
10 => array:20 [
"id" => 877
"title" => "Perspectives for the future"
"url" => "https://webinar.everpharma.com/muresanu/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => null
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "stroke"
"video" => {#2948}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "immm"
"speaker_name" => "Dafin Muresanu"
"speaker_info" => "President of the European Federation of NeuroRehabilitation Societies"
]
]
"esicmItems" => array:3 [
0 => array:20 [
"id" => 887
"title" => "Introduction"
"url" => "https://webinar.everpharma.com/introduction_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2526}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Katarzyna Kotfis"
"speaker_info" => "Department of Anaesthesiology, Intensive Therapy and Pain Management, Pomeranian Medical University in Szczecin, Poland"
]
1 => array:20 [
"id" => 891
"title" => "Can the devil be driven out of critically ill patients? – Introducing a new cerebroprotective treatment option"
"url" => "https://webinar.everpharma.com/dabrowski_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2821}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Wojciech Dabrowski"
"speaker_info" => "First Department of Anaesthesiology and Intensive Therapy Medical University of Lublin, Poland"
]
2 => array:20 [
"id" => 893
"title" => "Multimodal treatment strategies for TBI patients – Why do we need them?"
"url" => "https://webinar.everpharma.com/trimmel_esicm/"
"image" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-sm.jpg"
"image_large" => "https://webinar.everpharma.com/wp-content/themes/webinar/resources/images/ever-pharma-webinar-preview-lg.jpg"
"status" => "vod"
"is_vod" => true
"date" => "October 23, 2023"
"time" => null
"end_time" => null
"registration" => null
"report" => null
"tag" => "tbi"
"video" => {#2828}
"chair" => null
"schedule" => []
"speakers" => []
"category_name" => "esicm"
"speaker_name" => "Helmut Trimmel"
"speaker_info" => "Landesklinikum Wiener Neustadt, Austria"
]
]
"logoURL" => "https://webinar.everpharma.com"
]
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/www/everpharmawebinars_102/public/wp-content/themes/webinar/vendor/illuminate/view/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? $callback($this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
/www/everpharmawebinars_102/public/wp-content/themes/webinar/index.php
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='//cdn.matomo.cloud/everpharma.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://everpharma.matomo.cloud/matomo.php?idsite=13&rec=1" style="border:0;" alt="" /></p></noscript>
<!-- End Matomo Code -->
<?php endif ?>
</head>
<body <?php body_class((!isset($_GET['alternative-font-set']) ? '' : ($_GET['alternative-font-set'] === 'roboto' ? 'alternative-font-set-2' : 'alternative-font-set'))) ?>>
<?php wp_body_open(); ?>
<?php do_action('get_header'); ?>
<div id="app">
<?php echo view(app('sage.view'), app('sage.data'))->render(); ?>
</div>
<?php do_action('get_footer'); ?>
<?php wp_footer(); ?>
</body>
</html>
/www/everpharmawebinars_102/public/wp-includes/template-loader.php
}
break;
}
}
if ( ! $template ) {
$template = get_index_template();
}
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template;
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}
}
return;
}
Arguments
"/www/everpharmawebinars_102/public/wp-content/themes/webinar/index.php"
/www/everpharmawebinars_102/public/wp-blog-header.php
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}
Arguments
"/www/everpharmawebinars_102/public/wp-includes/template-loader.php"
/www/everpharmawebinars_102/public/index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
Arguments
"/www/everpharmawebinars_102/public/wp-blog-header.php"