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

{{$idCategory->name}} Elements

{{ csrf_field() }} @foreach($idElements as $idElement) @endforeach
SL# Name Actions
{{++$no}} {{$idElement->name}}  
@include('dataTableScript') @endsection