79235926

Date: 2024-11-29 05:29:14
Score: 0.5
Natty:
Report link

This Error is occurred because in your normal page livewire slot variable is not found so here is the solution you may try with your code.

@if (!empty($slot))
  {{ $slot }}
@else
  @yield('content')
@endif

In my case i wanted to load content if slot is not found.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vatsal Ajmera