@extends('layouts/eims_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg') @php $companyType = $companyType ?? 'SCL'; $programMediumLabel = $companyType === 'UNV' ? 'Program' : 'Medium/Version'; $semesterClassLabel = $companyType === 'UNV' ? 'Semester' : 'Class'; @endphp