@extends('layouts/ums_layout') @section('title', '| Student Punishment') @section('content')
Add Section Capacity

Section Capacity

{{ csrf_field() }} @foreach($SectionCapacitys as $SectionCapacity) @endforeach
SL# Program Names Section Capacity Actions
{{++$no}} {{$SectionCapacity->program->fullname}} {{$SectionCapacity->capacity}}  
@include('dataTableScript') @endsection