@extends('layout/app') @section('content')

Current Enterprise ID's

@if (count($eids) > 0) @foreach ($eids as $eid) @endforeach @else @endif
Name Enterprise ID Schema Name Action
{{ $eid->name }}
{{ $eid->enterprise_id }}
{{ $eid->schemaName }}
{!! Form::model($eid, ['method' => 'GET', 'route' => ['editEID', $eid->id]]) !!} Delete {!! Form::close() !!}
@endsection