@extends('core::layouts.backend') @section('title','Plugins') @section('breadcrumb') @endsection @push('css_stack') @endpush @section('layout')
{{ count($plugins) }} items
@foreach($plugins as $plugin) @endforeach
Plugin Description
{{ $plugin->__get('title') }}
@if ($plugin->isEnabled()) Disabled @else Enabled @endif @if ($plugin->__get('setting')) | Setting @endif
{{ $plugin->__get('description') }}
@endsection @push('js_stack') {!! module_script('plugin', 'backend/js/index.js') !!} @endpush