@isset($form)
@php $steps = json_decode($form->content) @endphp
@foreach($steps as $step)
@endforeach
@section('js') @parent @if($form->getProperty('has_captcha', false)) {!! NoCaptcha::renderJs() !!} @endif @endsection @else

{{trans('FormBuilder::labels.form.builder.form_can_not_found',['code' => $short_code])}}

@endisset()