@extends('layouts.syndron.app') @section('content')
| {{ __('label') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|
| {{ __($module->label) }} | {{ $key }} |
@if ($module->isActive()) {{ __('Enabled') }} @else {{ __('Disabled') }} @endif |
|