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


We have a buyer interested in this item
Is it available?
Yes No

 

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