@extends('panel::layouts.app') @section('body-class', 'page-my-plugins') @section('title', __('panel/menu.plugins')) @section('content')
@if (count($plugins)) @foreach ($plugins as $plugin)
{{ $plugin['name'] }}
{{ $plugin['name'] }}
{{ $plugin['description'] }}
@if ($plugin['installed']) @if($plugin['edit_url']) {{ __('panel/common.edit') }} @endif
{{ __('panel/common.uninstall') }}
@else
{{ __('panel/common.install') }}
@endif
@endforeach @else @endif
@endsection @push('footer') @endpush