@extends('layouts.'.env('THEME')) @section('moreStyle') @endsection @section('content')
Please review the proposed changes below before confirming. Only selected updates will be applied to the database.
| Lead ID | Customer Email | Order # | Match Method | Changes | Actions | |
|---|---|---|---|---|---|---|
| {{ $update['lead_id'] }} | {{ $update['customer_email'] }} | {{ $update['order_number'] ?? 'N/A' }} | {{ $update['match_method'] ?? 'N/A' }} |
@foreach($update['changes'] as $field => $change)
{{ ucfirst(str_replace('_', ' ', $field)) }}:
{{ $change['current'] ?? 'NULL' }}
{{ $change['new'] }}
@endforeach
|
No lead updates are needed based on the uploaded CSV file. All data is already up to date.
Return to Voucher Management