@extends('admin.layout') @section('content')

Import Vouchers

Upload a CSV file to bulk import vouchers

Back to Vouchers
@if(session('success'))

{{ session('success') }}

@endif

Upload CSV File

@csrf
@error('type')

{{ $message }}

@enderror

Choose the ride-sharing service for these vouchers

CSV or TXT file (max 10MB)

@error('file')

{{ $message }}

@enderror

CSV Format Guidelines

Uber Format:

Expected columns: Creation Date, Voucher Link, Guest Name, Guest Email, Guest Phone, Voucher Status, Amount Spent, Orders/Trips

The code will be extracted from the Voucher Link column

Lyft Format:

Expected columns: Code, Link

The code will be taken from the Code column

Cancel
@endsection