@if (isset($overallFormsData) && !empty($overallFormsData) && count($overallFormsData) > 0)
{{ Illuminate\Support\Str::limit($headVal->component_question_title ?? '', 60, '...') }} | @endforeachForm Submitted | View | Actioned By | ||||
---|---|---|---|---|---|---|---|
@endforeach @endif @php $prizeWon = ''; if($template->form_type == '3') { $prizeWon = App\Helpers\Helper::getPrizeFormWon($userData['user_id']); } @endphp @if($template->form_type == '3') | {{ $prizeWon }} | @endif @php $formattedDate = ''; $submitted_on = $userData['formuser_submittedon'] ?? null; $getConvertedtime = \App\Helpers\AppHelper::changeTimeZone($submitted_on, $studioId); //$dateTime = \Carbon\Carbon::parse($submitted_on); //$formattedDate = $dateTime->format('d M Y'); $restrictClass =''; $buttonDisable = ''; if(Session::has('selected_studio_uuid')!=null){ if(Auth::user()->role_id==1){ $restrictClass = 'disabled-linkss'; $buttonDisable = 'disableLink'; } } @endphp{{ $getConvertedtime }} | Download | Full Form | {{ $userData['actioned_by'] }} |
|
This form data is only available for export. It doesn't contain any listing input.
@else @include('includes.no_results', ['noResultText' => 'No Submissions Found']) @endif @endif