{{$form_name}} Form Groups

From this page you can add and edit groups as well as amend the status.`

mdo
@forelse($Evaluation_group ?? [] as $group) @empty @endforelse
#
Group Name Weight Status
{!! $group->group_name !!}
{!! $group->group_weight !!}%
@if($group->status == '1') @else @endif
There is no Evaluation form found
{{-- {!! $CannedResponse_apps->links() !!}--}}
{{$groupSelected}} Question

@if($questionShow) @forelse($Evaluation_question ?? [] as $question) @empty @endforelse
#
Question Edit
{{$question->question_name}}
There is no Question found
@else @endif
@if($questionShow) @endif
{{-- {!! $CannedResponse_apps->links() !!}--}}