{!! html()->label(__('message.type').' *')->for('type')->class('form-control-label') !!}
{!! html()->select('type', ['credit' => __('message.credit'), 'debit' => __('message.debit')], old('type'))->class('form-control select2js')->required() !!}
{!! html()->label(__('message.type').' *')->for('type')->class('form-control-label') !!}
{!! html()->number('total_amount', null)->placeholder(__('message.amount'))->class('form-control')->required() !!}
{!! html()->submit(__('message.save'))->class('btn btn-md btn-primary float-right') !!}