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

Hello {{ $data['userRequest']->firstname }}

The seller has confirmed that this item is ready to buy and will be reserved for you for {{$data['hours']}} hours.

Click Here to add {!! $data['item']->name !!} to your shopping basket and complete your purchase. This is your unique link to buy and it will only be valid for the {{$data['hours']}} hours reservation period, so don’t miss out.

If you have changed your mind please click here and we can cancel the reservation.

 

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

ID: {{ $data['userRequest']->item_id }}

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

Quantity: {{ $data['userRequest']->qty }}

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

Many thanks 
Team Salvo 

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

@stop