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