@extends('vip.layouts') @section('content')
{!! csrf_field() !!}
  
@foreach($User_grade as $k=>$v)
{{$v['name']}}
@endforeach
@if(S('ACTION')!='view')
@endif @endsection