@extends('layouts/apply_layout') @section('title') @endsection @section('navContent') @include('partials/_navUmsFinalStudent') @include('successMsg') @endsection @section('content')
Add Choice Section

Choice Section

{{-- --}} {{ csrf_field() }} @foreach($studentSections as $studentSection) {{-- --}} @endforeach
SL# Course Name Section Name Subsection NameActions
{{++$no}} @php echo DB::table('ums_course_entry')->where('id', $studentSection->courseId)->value('title'); @endphp @php echo DB::table('ums_section_settings')->where('id', $studentSection->sectionId)->value('sectionName'); @endphp {{$studentSection->subSectionName}}  
@include('dataTableScript') @endsection {{-- @php $subSections = json_decode($studentSections->subSectionIds); if($subSections) { foreach ($subSections as $value) { $value->sectionName.'='.$value->sectionCapacity.'
'; } } else { echo 'No Sub Section Found'; } @endphp --}}