@extends($layout) @section('content') @php $elementName = 'goal'; @endphp @php $canvasTitle = ''; //get canvas title foreach ($allCanvas as $canvasRow) { if ($canvasRow['id'] == $currentCanvas) { $canvasTitle = $canvasRow['title']; break; } } $tpl->assign('canvasTitle', $canvasTitle); @endphp

Warning: Undefined variable $tpl in /home/isandeep/public_html/plan.isandeep.in/app/Domain/Goalcanvas/Templates/showCanvas.blade.php on line 100

Fatal error: Uncaught Error: Call to a member function displayNotification() on null in /home/isandeep/public_html/plan.isandeep.in/app/Domain/Goalcanvas/Templates/showCanvas.blade.php:100 Stack trace: #0 {main} thrown in /home/isandeep/public_html/plan.isandeep.in/app/Domain/Goalcanvas/Templates/showCanvas.blade.php on line 100