Evaluate {{ $course_code??'' }}
@csrf
@php $sno = 0 @endphp @foreach ($attributes->where('checkbox',true) as $attribute) @endforeach
# Course attribute Strongly disagree Disagree Undecided Agree Strongly agree
{{ ++$sno }} {{ $attribute->attribute }}
@foreach ($attributes->where('checkbox',false) as $attribute)
@error('course.{{ $attribute->id }}') {{ $message }} @enderror
@endforeach