Update form.forkbb.php
This commit is contained in:
parent
33707405b1
commit
66ce617d35
1 changed files with 4 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Reference in a new issue