@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.manage',1) }} {{ trans_choice('core::general.module',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('core::general.manage',1) }} {{ trans_choice('core::general.module',2) }}

{{number_format(count($data))}} {{ trans_choice('core::general.module',2) }} {{ trans_choice('core::general.found',1) }}

{{ trans_choice('core::general.name',1) }}
{{ trans_choice('core::general.description',1) }}
{{ trans_choice('core::general.version',1) }}
{{ trans_choice('core::general.active',1) }}
@foreach($data as $key)
{{$key->getDescription()}}
{{$key->get('version')}}
@if($key->isEnabled()) {{trans_choice('core::general.yes',1)}} @else {{trans_choice('core::general.no',1)}} @endif
@endforeach
@endsection @section('scripts') @endsection