@extends('layouts.baseframe') @section('title', $_title) @section('content')

@lang('res.apis.index.top_title')

@lang('res.apis.index.api_domain') @lang('res.apis.index.api_prefix') api_id api_key @lang('res.common.operate')

{{ $_title }}

@include('layouts._table_header',['data' => \App\Models\Api::$list_field,'model' => 'apis']) @foreach ($data as $item) @include('layouts._table_body',['data' => \App\Models\Api::$list_field,'item' => $item]) @endforeach
@lang('res.apis.field.lang_list') @lang('res.apis.field.api_money') @lang('res.common.updated_at') @lang('res.common.created_at') @lang('res.common.operate')
@if($item->lang_list) @foreach (json_decode($item->lang_list,1) as $k => $v) {{ config('platform.lang_select')[$v] }} @endforeach @endif @if(\App\Models\Api::isCommonWallet() && !in_array($item->api_name,[\App\Models\Api::COMMON_WALLET_API,\App\Models\Api::LY_LOTTERY])) {{ $item->api_money }} @else {{ $item->api_money }} @endif {{ $item->updated_at }} {{ $item->created_at }}
{{-- --}}

@lang('res.common.total') {{ count($data) }} @lang('res.common.count')

@lang('res.apis.index.config_title')

@include('layouts._system_config_field',['group_name' => 'admin'])
@endsection @section("footer-js") @endsection