@extends('shopping-email-template') @section('content')


The buyer did not complete the purchase.
Salvo has removed the reserve on this {!! $data['item']->name !!}

 

Order details
{!! $data['item']->name !!}

Price: {{ $data['item']->price }}

Quantity: {{ $data['qty'] }}

Total price: {{ $data['item']->currency }} {{ $data['item']->price_value * intval($data['qty']) }}

Many thanks, 
Team Salvo 

Salvo Ltd. Registered in England & Wales 03673217
Copyright © 1994 - {{ date('Y') }} Salvoweb. All Rights Reserved

@stop