@extends('admin/site/side_layout') @section('header_extend') @endsection @section('right') @php $hasEdit=0; @endphp
@hasAuth('sites-articles-edit') @php $hasEdit=1; @endphp
@php $siteRecord=\App\Http\Models\Site::query()->select(['contract_ids'])->find($siteId); $hasContractIds=$siteRecord->contract_ids??[]; @endphp @if(in_array("1",$hasContractIds)) @endif {{----}}


@endHasAuth

合同数:{{$site->article_goal??0}} 总数:{{$count}} 待更新:{{$pendingUpgrade}} 本月更新:{{$thisMonthUpgrade}} 每月更新数: 续费篇数: 续费次数:{{$site->renewal_times??0}}   article_pause??0) checked @endif onchange="units.articlePause()"> 暂停


@endsection @section('footer_extend') @endsection