@extends('panel::layouts.app') @section('body-class', 'page-plugins-market') @section('title', __('panel/common.market_plugin')) @section('content') @include('plugin::shared._token_info') @if(session('error') || isset($error))
{{ __('panel/common.total_records', ['total' => $products['meta']['total'] ?? 0, 'current' => $products['meta']['current_page'] ?? 1, 'last' => $products['meta']['last_page'] ?? 1]) }}
{{ __('panel/common.no_data') }}