/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/4b659274c3a2fb5e2b9774edecfe3e02bf400527.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/everpharma-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/everpharma-webinar/resources/views/components/speakers.blade.php) (View: /www/everpharmawebinars_102/public/wp-content/themes/everpharma-webinar/resources/views/components/speakers.blade.php)"
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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 {#2241
#message: "Trying to access array offset on value of type bool (View: /www/everpharmawebinars_102/public/wp-content/themes/everpharma-webinar/resources/views/components/speakers.blade.php)"
#code: 0
#file: "/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/4b659274c3a2fb5e2b9774edecfe3e02bf400527.php"
#line: 34
-previous: ErrorException {#2249
#message: "Trying to access array offset on value of type bool"
#code: 0
#file: "/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/4b659274c3a2fb5e2b9774edecfe3e02bf400527.php"
#line: 34
#severity: E_WARNING
}
#severity: E_ERROR
}
1
/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/4b659274c3a2fb5e2b9774edecfe3e02bf400527.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/everpharma-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/everpharma-webinar/resources/views/components/speakers.blade.php)"
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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 {#2249
#message: "Trying to access array offset on value of type bool"
#code: 0
#file: "/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/4b659274c3a2fb5e2b9774edecfe3e02bf400527.php"
#line: 34
#severity: E_WARNING
}
3
/www/everpharmawebinars_102/public/wp-content/cache/acorn/framework/views/4b659274c3a2fb5e2b9774edecfe3e02bf400527.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/everpharma-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/4b659274c3a2fb5e2b9774edecfe3e02bf400527.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/everpharma-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/4b659274c3a2fb5e2b9774edecfe3e02bf400527.php"
34
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/4b659274c3a2fb5e2b9774edecfe3e02bf400527.php"
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/everpharma-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/4b659274c3a2fb5e2b9774edecfe3e02bf400527.php"
array:8 [
"__env" => Illuminate\View\Factory {#984}
"app" => Roots\Acorn\Application {#338}
"post" => WP_Post {#2192}
"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 {#2237}
"slot" => Illuminate\Support\HtmlString {#2236}
"__laravel_slots" => array:1 [
"__default" => Illuminate\Support\HtmlString {#2236}
]
"siteName" => "EVER Pharma Webinars"
]
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/4b659274c3a2fb5e2b9774edecfe3e02bf400527.php"
array:8 [
"__env" => Illuminate\View\Factory {#984}
"app" => Roots\Acorn\Application {#338}
"post" => WP_Post {#2192}
"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 {#2237}
"slot" => Illuminate\Support\HtmlString {#2236}
"__laravel_slots" => array:1 [
"__default" => Illuminate\Support\HtmlString {#2236}
]
"siteName" => "EVER Pharma Webinars"
]
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/everpharma-webinar/resources/views/components/speakers.blade.php"
array:8 [
"__env" => Illuminate\View\Factory {#984}
"app" => Roots\Acorn\Application {#338}
"post" => WP_Post {#2192}
"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 {#2237}
"slot" => Illuminate\Support\HtmlString {#2236}
"__laravel_slots" => array:1 [
"__default" => Illuminate\Support\HtmlString {#2236}
]
"siteName" => "EVER Pharma Webinars"
]
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/everpharma-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/everpharma-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/7b63b005259d0ad3a013898f5c2a2720128688a6.php
<h3 class="text-3xl text-red-500 text-center"><?php echo e(__('What can you expect from this webinar?', 'sage')); ?></h3>
</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 (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 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' => []]); ?>
<?php $component->withName('container'); ?>
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/7b63b005259d0ad3a013898f5c2a2720128688a6.php"
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/everpharma-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/7b63b005259d0ad3a013898f5c2a2720128688a6.php"
array:20 [
"__env" => Illuminate\View\Factory {#984}
"app" => Roots\Acorn\Application {#338}
"post" => WP_Post {#2192}
"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/everpharma-webinar/resources/images/ever-pharma-webinar-preview-sm.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" => {#2333}
"chair" => WP_Post {#2330}
"schedule" => array:3 [
0 => array:5 [
"speaker" => WP_Post {#2324}
"title" => "The CARS trial - Pharmacological multimodal support in acute and
early subacute stroke neurorehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
1 => array:5 [
"speaker" => WP_Post {#2355}
"title" => "Movement and Rehabilitation – linking concepts and
evidence in arm motor rehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
2 => array:5 [
"speaker" => WP_Post {#2322}
"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"
]
]
"siteName" => "EVER Pharma Webinars"
]
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/7b63b005259d0ad3a013898f5c2a2720128688a6.php"
array:20 [
"__env" => Illuminate\View\Factory {#984}
"app" => Roots\Acorn\Application {#338}
"post" => WP_Post {#2192}
"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/everpharma-webinar/resources/images/ever-pharma-webinar-preview-sm.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" => {#2333}
"chair" => WP_Post {#2330}
"schedule" => array:3 [
0 => array:5 [
"speaker" => WP_Post {#2324}
"title" => "The CARS trial - Pharmacological multimodal support in acute and
early subacute stroke neurorehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
1 => array:5 [
"speaker" => WP_Post {#2355}
"title" => "Movement and Rehabilitation – linking concepts and
evidence in arm motor rehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
2 => array:5 [
"speaker" => WP_Post {#2322}
"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"
]
]
"siteName" => "EVER Pharma Webinars"
]
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/everpharma-webinar/resources/views/single.blade.php"
array:20 [
"__env" => Illuminate\View\Factory {#984}
"app" => Roots\Acorn\Application {#338}
"post" => WP_Post {#2192}
"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/everpharma-webinar/resources/images/ever-pharma-webinar-preview-sm.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" => {#2333}
"chair" => WP_Post {#2330}
"schedule" => array:3 [
0 => array:5 [
"speaker" => WP_Post {#2324}
"title" => "The CARS trial - Pharmacological multimodal support in acute and
early subacute stroke neurorehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
1 => array:5 [
"speaker" => WP_Post {#2355}
"title" => "Movement and Rehabilitation – linking concepts and
evidence in arm motor rehabilitation"
"description" => ""
"starts_at" => ""
"duration" => ""
]
2 => array:5 [
"speaker" => WP_Post {#2322}
"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"
]
]
"siteName" => "EVER Pharma Webinars"
]
/www/everpharmawebinars_102/public/wp-content/themes/everpharma-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/everpharma-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/everpharma-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/everpharma-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"