{!! Form::numeric('user_id')
-> label(trans('history::deposit_plan_history.label.user_id'))
-> placeholder(trans('history::deposit_plan_history.placeholder.user_id'))!!}
{!! Form::decimal('amount')
-> label(trans('history::deposit_plan_history.label.amount'))
-> placeholder(trans('history::deposit_plan_history.placeholder.amount'))!!}
{!! Form::select('type')
-> options(trans('history::deposit_plan_history.options.type'))
-> label(trans('history::deposit_plan_history.label.type'))
-> placeholder(trans('history::deposit_plan_history.placeholder.type'))!!}
{!! Form::textarea ('description')
-> label(trans('history::deposit_plan_history.label.description'))
-> placeholder(trans('history::deposit_plan_history.placeholder.description'))!!}
{!! Form::text('payment_thro')
-> label(trans('history::deposit_plan_history.label.payment_thro'))
-> placeholder(trans('history::deposit_plan_history.placeholder.payment_thro'))!!}
{!! Form::text('transaction_id')
-> label(trans('history::deposit_plan_history.label.transaction_id'))
-> placeholder(trans('history::deposit_plan_history.placeholder.transaction_id'))!!}
{!! Form::numeric('status')
-> label(trans('history::deposit_plan_history.label.status'))
-> placeholder(trans('history::deposit_plan_history.placeholder.status'))!!}