@extends('core::layouts.backend') @section('title','Plugins') @section('breadcrumb')
Plugin | Description |
---|---|
{{ $plugin->__get('title') }}
|
{{ $plugin->__get('description') }}
Version {{ $plugin->__get('version') }}
| By __get('link_author')) ? 'href="'.$plugin->__get('link_author').'" target="_blank"' : 'href="javascript:void(0);"') !!} title="{{ $plugin->__get('author') }}">{{ $plugin->__get('author') }}
@if ($plugin->__get('detail'))
| View details
@endif
|