@extends('sites._global_forms.form_modal_edit') @php $click_event_name = '.__' . $id_prefix . '_unused_edit'; $bind_open_handler = false; $form_action_edit = '#'; $rekord_id = ''; @endphp @section('form_body_edit') @foreach($form_fields as $field)
last) style="margin-bottom: 4px;" @endif>
@if($field['input_type'] === 'textarea') @elseif($field['input_type'] === 'select') @elseif($field['input_type'] === 'bool') @elseif($field['input_type'] === 'number_int') @elseif($field['input_type'] === 'number_dec') @else @endif
@endforeach @endsection