{{ trans('layout.Filter') }}
{{ Form::label('CAMPAIGN_TYPE', trans('marketing.Campaign Type')) }}
{{ Form::select('CAMPAIGN_TYPE', $campaignType, '', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'CAMPAIGN_TYPE']) }}
{{ Form::label('STATUS', trans('marketing.Status')) }}
{{ Form::select('STATUS', $PromoStatus, '', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'STATUS']) }}
{{ Form::label('CURRENCY_TYPE', trans('marketing.Currency Type')) }}
{{ Form::select('CURRENCY_TYPE', $currencyType, '', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'CURRENCY_TYPE']) }}
{{ Form::label('CAMPAIGN_NAME', trans('marketing.Campaign Name')) }}
{{ Form::text('CAMPAIGN_NAME','', ['id' => 'CAMPAIGN_NAME', 'class' => 'form-control', 'placeholder' => trans('marketing.Campaign Name'),'maxlength' => 25]) }}
{{ Form::label('CAMPAIGN_CODE', trans('marketing.Campaign Code')) }}
{{ Form::text('CAMPAIGN_CODE','', ['id' => 'CAMPAIGN_CODE', 'class' => 'form-control', 'placeholder' => trans('marketing.Campaign Code'),'maxlength' => 50]) }}
{{ Form::label('PAYMENT_TYPE', trans('marketing.Payment Type')) }}
{{ Form::select('PAYMENT_TYPE', $paymentType, '', ['class' => 'form-control select2','placeholder' => trans('reports.Select option'), 'id' => 'PAYMENT_TYPE']) }}
{{ Form::label('DATE_RANGE',trans('layout.Select Date Range')) }}