@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 Create/Select Existing Promo Code Group* @if ($errors->has('group_id')) {{ $errors->first('group_id') }} @endif Import name * @if ($errors->has('name')) {{ $errors->first('name') }} @endif Select File to Upload* @if ($errors->has('file')) {{ $errors->first('file') }} @endif Description* @if ($errors->has('description')) {{ $errors->first('description') }} @endif Submit @endsection