@csrf
@php $allotedclass = json_decode($teacher->tech_class, true); $hasClasses = !empty($allotedclass); @endphp @if($hasClasses) @foreach($allotedclass as $index => $assigned)
@endforeach @else
@endif