@extends('layouts.app') @section('content')
| Name | Identifier | Enabled | Configured | File Path |
|---|---|---|---|---|
| {{ $plugin->name }} | {{ $plugin->identifier }} | @if($plugin->enabled) Enabled @else Disabled @endif | @if($plugin->configured) Configured @else Not Configured @endif | {{ $plugin->file_path }} |