@extends('base.base') @section('base')

{{ __('auto.分区列表') }}

@foreach($list as $v) @endforeach
ID RegionID DomainUrl Logo Icon GroupID BindChannels ThemeKey {{ __('auto.操作') }}
{{$v->id}} {{$v->RegionID}} {{$v->DomainUrl}} @if($v->LogoUrl)
Logo
@endif
@if($v->IconUrl) Icon @endif {{$v->GroupID}} @if($v->BindChannels) {{ is_array($v->BindChannels) ? implode(',', $v->BindChannels) : $v->BindChannels }} @endif {{$v->ThemeKey}} {{ __('auto.编辑') }}
@endsection