@extends('vip.layouts') @section('content')
{!! csrf_field() !!}
{{--
--}}
@foreach($ranges as $k=>$v)
@endforeach
@if(S('ACTION')!='view')
返回
@endif
@endsection