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