@extends('user::layouts.backend-master') @section('breadcrumb_title', 'Plugin Management') @push('styles') @endpush @section('content')
Total Plugins
Active Plugins
Inactive Plugins
Updates Available
{{ Str::limit($plugin['description'] ?? 'No description available.', 100) }}
@if (isset($plugin['author']))Author: @if (is_array($plugin['author'])) {{ $plugin['author']['name'] ?? 'Unknown' }} @else {{ $plugin['author'] }} @endif
@endif @if (isset($plugin['features']) && is_array($plugin['features']))Start by uploading your first plugin to extend your application functionality.
Upload Plugin