@extends('layouts.librenmsv1') @section('title', trans('plugins.admin_page')) @section('content')
@lang('plugins.admin_title')
@foreach($plugins as $plugin) @endforeach
Name Action
{{ $plugin->plugin_name }}
@csrf @if($plugin->plugin_active) @else @endif @if($plugin->version == 1) @lang('Page') @else @lang('Settings') @endif
@endsection