@extends('modulemanager::layouts.master') @section('title', 'Installed Modules') @section('content')
@forelse($modules as $module) @empty @endforelse
Name Description Version Author Status Actions
{{ $module->getName() }} {{ $module->getDescription() }} {{ $module->get('version', 'Unknown') }} {{ $module->get('author', 'Unknown') }} @if($module->isEnabled()) Enabled @else Disabled @endif
@if($module->isEnabled())
@csrf
@else
@csrf
@endif
@csrf @method('DELETE')
No modules installed yet.
@endsection