@extends('admin/layout') @section('header') @endsection @section('content')
@php $authUser=auth()->user(); @endphp {{--编辑情况下 只有超管或者渠道boss 才可以操作--}} @if($data&&($authUser->is_super||$authUser->role_id==\App\Http\Models\Role::TYPE_CHANNEL_BOSS))
@endif
@endsection @section('footer') @endsection