@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')
@foreach ($products['data']??[] as $product)
@include('plugin::theme_market._item')
@endforeach @if(isset($products['meta']) && $products['meta']['last_page'] > 1) @endif
@endsection