@extends('layouts/ums_layout') @section('title', '| Trimester') @section('content') @include('successMsg')

TRIMESTER

{{ csrf_field() }} @foreach($trimesters as $trimester)
Warning: Undefined variable $trimester in /home/shikkhaplus/public_html/resources_16_05_2024/views/ums/admission/trimester/viewTrimesterAjax.blade.php on line 49

Warning: Attempt to read property "active" on null in /home/shikkhaplus/public_html/resources_16_05_2024/views/ums/admission/trimester/viewTrimesterAjax.blade.php on line 49
@endforeach
SL# Trimester Batch Start Date End Date Priority Active Actions
{{++$no}} {{$trimester->trimesterType->name}} {{$trimester->year}} {{$trimester->batch}} {{$trimester->startDate}} {{$trimester->endDate}} {{$trimester->priority}}  
Add Trimester

TRIMESTER

SL# Trimester Year Batch Start Date End Date Priority Active Actions
@endsection