{{ trans('layout.Filter') }}
{{ Form::label('AFFILIATE_NAME', trans('affiliate.Affiliate Name'))}}
{{ Form::select('AFFILIATE_NAME', $partnerName, ' ', ['class' => 'form-control select2', 'placeholder' => trans('reports.Select option'), 'id' => 'AFFILIATE_NAME']) }}
{{ Form::label('INTERNAL_REFERENCE_NO', trans('affiliate.Reference No')) }}
{{ Form::text('INTERNAL_REFERENCE_NO','', ['id' => 'INTERNAL_REFERENCE_NO', 'class' => 'form-control', 'placeholder' => trans('affiliate.Reference No')]) }}
{{ Form::label('STATUS', trans('reports.Status')) }}
{{ Form::select('STATUS', $withdrawStatus, '', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'),'id' => 'STATUS']) }}
{{ Form::label('DATE_RANGE',trans('layout.Select Date Range')) }}