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

ID Element

{{ csrf_field() }} @foreach($idElements as $idElement) @endforeach
SL# Name Short Code Table Name Field Name Foreign Key Actions
{{++$no}} {{$idElement->name}} {{$idElement->shortcode}} {{$idElement->tableName}} {{$idElement->fieldName}} {{$idElement->fkey}}  
@include('dataTableScript') @endsection