@extends('admin.base') @section('title', 'Wechat management') @section('account_content')

{{ __('Edit WechatGroup') }}

{{ csrf_field() }}
*{{ __('WechatGroup Name') }}
*{{__('City')}}
*{{__('University')}}
*{{ __('WeChat group of sorting') }}
@if(!empty(json_decode($wechat_info->title))) @foreach (json_decode($wechat_info->title) as $key=>$val) @if($key==0)
{{ __('Group Label(s)') }}
+
@else
@endif @endforeach @else
{{ __('Group Label(s)') }}
+
@endif
{{ __('Membership count') }}
*{{ __('WechatGroup Owner') }}
{{ __('Popular Group') }}
is_hot==0 ? 'checked' : ''}}>
is_hot==1 ? 'checked' : ''}}>
@if(!empty(json_decode($wechat_info->hot_topic))) @foreach (json_decode($wechat_info->hot_topic) as $key=>$val)
@if($key == 0)
{{ __('Discussion Topics') }}
@else
@endif
@if($key == 0)
+
@endif
@endforeach @else
{{ __('Discussion Topics') }}
+
@endif
*{{ __('Wechat Desc') }}
{{ __('Submit') }}
{{ __('Return') }}
{{-- Start Confirm Modal --}} {{-- End Confirm Modal --}} @endsection @section('breadcrumbs') Backend ManagementWeChat Groups ListEdit WeChat Group @endsection