@includeIf('layouts.components.card_header', [ 'title' => 'Auftrags QR Code scannen', ])
@includeIf('layouts.components.card_header', [ 'title' => 'Qualitätsprüfung Auftrag ::order_id::', ])
@csrf
    @foreach($checkListData as $id => $label) @inputField([ 'input_type' => 'ui_check_list', 'input_id' => $id, 'inputLabel' => $label, 'btnClass' => 'py-3', ]) @endforeach
Bemerkungen
@inputField([ 'input_type' => 'textarea', 'input_id' => "comment", 'input_class' => 'text-danger', 'input_attr' => 'rows=3 min=5', 'text_editor' => false, ])
@includeIf('layouts.components.file_upload', [ 'input_id' => 'file-upload', 'input_name' => 'file_upload', 'input_class' => '', 'accept_format' => 'image/jpeg, image/png, image/gif, image/bmp, image/webp', 'capture' => 'camera', 'label' => 'Bild des Auftrags hochladen', 'label_secoundary_text_color' => 'light', 'title' => 'Bild des Auftrags hochladen', 'multiple' => false, 'required' => false, 'max_file_size' => 15, ])