@extends('admin/layout')
@section('header')
@endsection
@section('content')
@if(in_array($data->status,[3]))
@endif
@if(in_array($data->status,[\App\Http\Models\Article::STATUS_TRANSLATING,\App\Http\Models\Article::STATUS_FAILED]))
@endif
公司中文名: {{$site->cn_title??''}}
公司英文名:{{$site->en_title??''}}
公司品牌: {{$siteEnterprise->brand??''}}
公司网址:{{$site->domain??''}}
@foreach($data->group??[[]] as $key=>$item)
中文关键词:{{$item['cn_keyword']??''}}
英文关键词:{{$item['en_keyword']??''}}
锚点链接:{{$item['anchor']??''}}
@endforeach