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

{{$idCategory->name}} Definition History

{{ csrf_field() }} @foreach($idDefinitions as $idDefinition)
Warning: Undefined variable $idDefinition in /home/shikkhaplus/public_html/resources_16_05_2024/views/ums/admission/idCategory/definitionHistory.blade.php on line 54

Warning: Attempt to read property "elementId" on null in /home/shikkhaplus/public_html/resources_16_05_2024/views/ums/admission/idCategory/definitionHistory.blade.php on line 54

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/shikkhaplus/public_html/resources_16_05_2024/views/ums/admission/idCategory/definitionHistory.blade.php on line 54

Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/resources_16_05_2024/views/ums/admission/idCategory/definitionHistory.blade.php on line 57
@endforeach
SL# Total Length Elements Elment Length Example
{{++$no}} {{$idDefinition->totaldigit}} {!!$element!!} {!!$elmLength!!} {{$idDefinition->idExample}}
@include('dataTableScript') @endsection