@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = __('heading.title_list_voucher_series'); @endphp
@csrf
{{--

{{ __('heading.title_data_download') }}

--}}

Import Voucher Series

Download Template
{{----}} {{--@csrf--}} {{----}}
  • Only CSV format is allowed
  • Number column shall not have comma (,)
  • Date format shall be (Y-m-d)
  • DateTime format shall be (Y-m-d H:i:s)
  • {{--
  • Select pre data columns.
  • --}} {{--
  • Dynamic columns, choose from the dropdown. / custom
  • --}}
@php $methods = [ 'none' => 'None', '6_digit' => '6 Digit Pin', //'point_redemption' => 'Point', ]; @endphp @if ($errors->has('redemption_method')) {{ $errors->first('redemption_method') }} @endif
{{--
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
--}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@foreach($creative_templates as $template)
@endforeach {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{--
--}}

Default

*Include the column in the CSV file to overwrite the default value


@if ($errors->has('terms_and_conditions')) {{ $errors->first('terms_and_conditions') }} @endif
@foreach($sms_variables as $key => $variable) {{$variable}} @endforeach
@if ($errors->has('sms_template')) {{ $errors->first('sms_template') }} @endif
@if ($errors->has('max_use')) {{ $errors->first('max_use') }} @endif
@if ($errors->has('privacy_url')) {{ $errors->first('privacy_url') }} @endif
{{-- {{ $available_number_redeem_code }} redeem codes available--}} {{----}}
@if ($errors->has('contact_details')) {{ $errors->first('contact_details') }} @endif
{{--
--}} {{----}} {{----}} {{--
--}}
@endsection