Actiontypes

@forelse($actiontypes as $actiontype)

{!! $actiontype['name'] !!}



{!! $actiontype['id'] !!}

{!! $actiontype['name'] !!}

{!! $actiontype['icon'] !!}

{!! $actiontype['description'] !!}

{!! $actiontype['tags_json'] !!}

{!! $actiontype['status'] !!}

{!! $actiontype['actiontypecategory_id'] !!}

{!! $actiontype['deleted_at'] !!}

{!! $actiontype['created_at'] !!}

{!! $actiontype['updated_at'] !!}
@empty

No modules

Your search for '{{Request::get('search')}}' returned empty result.

@endif
@include('package::public.module.aside')