@extends('layouts.admin.index') @section('content')
@include('error-success')
{{ Form::select('filter_type',['' => 'Select Filter',] + PROMO_CODE_FOR,$selectedFilterName, ['class' => 'form-select', 'id' => 'filter-type'], ) }}
{{ Form::select('promocode_type[]', OCCASION, $selectedOptions, [ 'class' => 'form-control multiselect form-select', 'id' => 'categoty-filter-select', 'multiple' => 'multiple', 'data-include-select-all-option' => 'data-include-select-all-option', ]) }}
Offer Code Offer For Offer Title Offer Type Offer Value Status Actions
@endsection @section('script') @endsection