diff --git a/resources/views/turbo-frame.blade.php b/resources/views/turbo-frame.blade.php index 0b71995..26afa1b 100644 --- a/resources/views/turbo-frame.blade.php +++ b/resources/views/turbo-frame.blade.php @@ -1,4 +1,4 @@ {{-- This file should not be formatted! --}} - + @include($partial, $partialData) \ No newline at end of file diff --git a/resources/views/turbo-stream.blade.php b/resources/views/turbo-stream.blade.php index d94b314..05f747d 100644 --- a/resources/views/turbo-stream.blade.php +++ b/resources/views/turbo-stream.blade.php @@ -1,8 +1,8 @@ {{-- This file should not be formatted! --}} - @if ($partial ?? false) + @if (isset($partial)) @endif \ No newline at end of file