F Pualic function create () {
$ f = array ();
$ f [] = form :: input ('제목', '쿠폰 이름') $ f [] = form: :number( 'coupon_price','쿠폰 액면가',0)->min(0);
$f[] = Form::number('use_min_price','쿠폰 최소 소비량')->min (0);
$f[] = Form::number('coupon_time','쿠폰 유효 기간')->min(0);
$f[] = Form::number('sort' ,'sort') ;
$f[] = Form::radio('place','position',0)->options([['label'=>'홈페이지 위치','value'= > )-> options([['label'=>'on','value'=>1],['label'=>'off','value'=>0]]);
$ form = form :: make_post_form ( '쿠폰 추가', $ f, url :: build ( 'save');
두 인터페이스가 무슨 뜻인지 잘 모르겠습니다