@extends('panel::layouts.app') @section('body-class', 'page-plugins-market') @section('title', __('panel/menu.theme_market')) @section('content') @include('plugin::shared._token_info')
@include('plugin::theme_market._menu_top')
@include('plugin::theme_market._menu_sidebar')
@if($product['success']) @php($product=$product['data'])
{{ $product['name'] }}

{{ $product['name'] }}

@if($product['viewed'] ?? 0) {{ __('panel/plugin.views') }}: {{ $product['viewed'] }} @endif @if($product['updated_at'] ?? '') {{ __('panel/plugin.last_updated') }}: {{ $product['updated_at'] }} @endif

{{ $product['summary'] }}

{{ __('panel/plugin.version') }}

{{ $product['version'] ?? '' }}

{{ __('panel/plugin.price') }}

@if($product['origin_price_format'] > $product['price_format']) {{ $product['origin_price_format'] }} @endif

{{ $product['price_format'] }}

{{ __('panel/plugin.author') }}

{{ $product['seller_name'] }}

@if($product['downloadable']) @else @include('plugin::shared._billing_method') @endif

插件简介

{!! $product['summary'] !!}
@endif
@endsection @push('footer') @endpush