@extends('layouts.app') @section('content')

Crud Generator Manage your module applications

@if($type =='core')

Do not Rebuild or Change any Core Module

@endif
{!! Form::open(array('url'=>'sximo/module/package#', 'class'=>'form-horizontal' ,'ID' =>'SximoTable' )) !!} @if(count($rowData) >=1) @foreach ($rowData as $row) @endforeach
Action Module Type Controller Database PRI Created
{{ $row->module_title }} {{ $row->module_type }} {{ $row->module_name }} {{ $row->module_db }} {{ $row->module_db_key }} {{ date("F d ,Y ", strtotime($row->module_created)) }}
{!! Form::close() !!} @else

{{ Lang::get('core.norecord') }}

{{ Lang::get('core.fr_createmodule') }}

@endif
@stop