Update form.forkbb.php

This commit is contained in:
Visman 2023-07-13 16:38:10 +07:00
parent 33707405b1
commit 66ce617d35

View file

@ -81,7 +81,10 @@
<p id="id-{{ $key }}" class="f-str"> @if ($cur['html']){!! $cur['value'] !!} @else{{ $cur['value'] }} @endif</p>
@break
@case ('yield')
{!! $this->block($cur['value']) !!}
@yield($cur['value'])
@break
@case ('include')
@include($cur['include'])
@break
@endswitch
@if ($cur['help'])