@extends('layout.home')
@section('csrf-token')
@endsection
@section('title', '产品分配')
@section('content')
@if(Session::get('msg'))
{{ Session::get('msg') }}
@endif
@if(Session::get('dmsg'))
{{ Session::get('dmsg') }}
@endif
用户组列表
产品分配
当前用户组:{{ $info['name'] }}
@endsection