@extends('../layout/' . $layout) @section('subhead') Atarud MIS - Sections List @endsection @section('subcontent')

Sections List

New Section
@foreach($sections as $row) @php $semester = App\Models\Semester::where('id',$row->semester_id)->first(); @endphp @endforeach
# Name Program Actions
{{ ++$c }} {{ $row->name }} {{ $semester->name }}
@include('../pages/section/delete') @include('../pages/section/create') @endsection