preloader
preloader
🧨 Undefined array key "blogsid" (View: /home/u976416941/domains/medistoreremedy.com/public_html/resources/views/themes/eCart/blog.blade.php)

APP_DEBUG is set to true while APP_ENV is not local

This could make your application vulnerable to remote execution. Read more about Ignition security.

/home/u976416941/domains/medistoreremedy.com/public_html/
ErrorException
Undefined array key "blogsid" (View: /home/u976416941/domains/medistoreremedy.com/public_html/resources/views/themes/eCart/blog.blade.php)
    • 58
      resources/views/themes/eCart/blog.blade.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :350
    • 57
      :350
    • 47
      app/Http/Controllers/Controller.php
      App\Http\Controllers\Controller
      :158
    • 46
      App\Http\Controllers\HomeController
      :107
    • 2
      public/index.php
      :54
    • 1
      :21
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
resources/views/themes/eCart/blog.blade.php:350

332

333

334

335

336

337

338

339

340

341

342

343

344

345

346

347

348

349

350

351

352

353

354

355

356

357

358

359

360

361

362

@else

<li class="page-item disabled"><span class="page-link">Next &raquo;</span></li>

@endif

</ul>

</div>

</div>

</div>

</div>

</section>

</div>

@endif

{{-- blog end --}}

 

<script>

// Select the host element

const host = document.getElementById("shadow-host");

const productDescription = `{!! $data['blogsid']['blog_desc'] !!}`;

 

// Attach a shadow root

const shadowRoot = host.attachShadow({

mode: "open"

});

 

// Add isolated content and styles to the shadow root

shadowRoot.innerHTML = `

<div>

${productDescription}

</div>

`;

</script>