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

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

--}}

Import Promo Codes

Download Template
{{----}} {{--@csrf--}} {{----}}
  • Only CSV format is allowed
  • In the dropdown, select "Import New Promo Code" to import new promo codes
  • In the dropdown, select existing promo code name to top up promo codes
@if ($errors->has('group_id')) {{ $errors->first('group_id') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection