@php $form_filds = json_decode($form_fild); @endphp
@foreach($form_filds as $form_fild) @if ( $form_fild->fild_type == 'submit' || $form_fild->fild_type == 'reset')
@elseif ( $form_fild->fild_type == 'checkbox' || $form_fild->fild_type == 'radio') @php $lists = explode(",",$form_fild->list); @endphp @if ( $form_fild->fild_type == 'checkbox' ) @foreach ( $lists as $list)
@endforeach @else @foreach ( $lists as $list)
@endforeach @endif @else @if ($form_fild->switch == 0)

@else

@endif @endif @endforeach