@extends('admin/layout') @section('header') @endsection @section('content')
{{$data->identifier ?? ''}}
如果有直接填写进去,如果无,请填写意向域名。请填写主域不要填写中文,不要包含www,例:baidu.com
{{-- --}}
{{----}}
ctrl+鼠标点击/shift+鼠标点击 多选
{{--
--}}
@php $google_bid=$payment->google_bid??[]; $totalFee=0; foreach ($google_bid as $item){ $totalFee+= intval(($item['google_bid_fee']??0)); } @endphp
@foreach($google_bid as $key=>$item) @if($key>0)
@endif @endforeach
status,[2,3])) disabled @endif>
status,[2,3])) disabled @endif>
@if(!empty($roles->is_super)) @endif
@endsection @section('footer') @endsection