{!! Form::label('tbl_user_id', __('models/tblHostWalletInvoices.fields.tbl_user_id').':') !!} {!! html()->number('tbl_user_id', null)->class('form-control') !!}
{!! Form::label('amount', __('models/tblHostWalletInvoices.fields.amount').':') !!} {!! html()->number('amount', null)->class('form-control') !!}
{!! Form::label('booking_ids', __('models/tblHostWalletInvoices.fields.booking_ids').':') !!} {!! html()->textarea('booking_ids', null)->class('form-control') !!}
{!! Form::hidden('paid', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('paid', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('paid', __('models/tblHostWalletInvoices.fields.paid').':', ['class' => 'form-check-label'])!!}
{!! Form::hidden('state_id', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('state_id', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('state_id', __('models/tblHostWalletInvoices.fields.state_id').':', ['class' => 'form-check-label'])!!}