| @lang('messages.action') | @if($is_enabled_sub_ref_no)@lang('messages.submission_numbering') | @endif + @if(auth()->user()->show_form_response_user) +@lang('messages.username') | + @endif @foreach($schema as $element) @if(in_array($element['name'], $col_visible))@@ -79,32 +83,32 @@ @endforeach | @lang('messages.submitted_on') |
|---|---|---|---|---|
| @if(in_array('view', $btn_enabled)) - | @endif + + @if(auth()->user()->show_form_response_user) +{{ $row->submittedBy?->name }} | + @endif + @foreach($schema as $row_element) @if(in_array($row_element['name'], $col_visible))
@isset($row->data[$row_element['name']])
@if($row_element['type'] == 'file_upload')
- @include('form_data.file_view', ['form_upload' => $row->data[$row_element['name']]])
+ @include('form_data.file_view', ['form_upload' => $row->data[$row_element['name']]])
@elseif($row_element['type'] == 'signature')
@if(!empty($row->data[$row_element['name']]))
-
- |
@endif
@@ -147,121 +158,121 @@
Form Not found
- @endif -Form Not found
+ @endif +