@extends('vip.layouts') @section('content')
{!! csrf_field() !!}
@for($i=0;$i<$code;$i++)
@endfor
@endsection