@extends('layouts.mailsv2') @section('content')

Product {{$purchase->product->name}} purchased correctly by {{$purchase->ebits}} eBits

Buyer: {{$purchase->buyer->first_name}} {{$purchase->buyer->last_name}}
Product seller: {{$purchase->seller->first_name}} {{$purchase->seller->last_name}}
Information: To complete the purchase both sides must qualify it.
IMPORTANT:
1.- To free the payment to seller, both sides must qualify the purchase positively.
2.- To cancel this purchase, both sides must qualify it neutrally.
3.- If there was a problem, any part can create a support ticket.
Check the details in your account
@endsection