| {{ __('Transaction ID')}} | {{ __('Customer')}} | {{ __('Order ID')}} | {{ __('Points')}} | {{ __('Points Type')}} | {{ __('Old Balance')}} | {{ __('New Balance')}} |
|---|---|---|---|---|---|---|
| {{ $pointTransaction->entity_id}} | {{ $pointTransaction->customer->first_name . " " . $pointTransaction->customer->last_name}} | {{ $pointTransaction->order_id}} | {{ $pointTransaction->points}} | {{ $pointTransaction->points_type}} | {{ $pointTransaction->old_balance}} | {{ $pointTransaction->new_balance}} |