@extends('layouts.admin') @section('title', '用户组: ' . $user_group->name) @section('content')

{{ $user_group->name }}

查看此用户组
@csrf @method('PATCH')
{{-- 提示 --}} 折扣为 100% 时,不打折。
暂停 / 终止豁免权后,用户将不再参与计费。

@csrf @method('DELETE')
@endsection