@extends('layouts/ums_layout') @section('title', '| ID Category') @section('content') @include('successMsg') @php use Illuminate\Support\Facades\Crypt; @endphp

ID Category

{{ csrf_field() }} @foreach($idCategorys as $idCategory) @endforeach
SL# Name Actions
{{++$no}} {{$idCategory->name}}   Add Elements View Elements Create Definition Definition History
@include('dataTableScript') @endsection