@extends('operates.layouts.main') @section('content') {!! Form::model($model, ['class'=>'form-horizontal' , 'onkeydown' => 'return event.key != "Enter";' ]) !!} {!!Form::hidden('item_price', 50.00,['id'=>'item_price' , 'value'=>50.00]) !!} {!!Form::hidden('quantity', 1,['id'=>'quantity' , 'value'=>1]) !!} {!!Form::hidden('transaction_amount', 50.00,['id'=>'transaction_amount' , 'value'=>50.00]) !!} {!!Form::hidden('deal_to_in_game_id', 50.00,['id'=>'deal_to_in_game_id' , 'value'=>0]) !!} {!!Form::hidden('in_game_id', $user['in_game_id'] ,['id'=>'deal_to_in_game_id' , 'value'=>$user['in_game_id']]) !!}