New {{ $listing_type_label }} Listing Purchase

A {{ $listing_type_label }} listing has been purchased

Listing #{{ $listing_id }}, {{ $listing_title }} was just paid for on Salonspa Connection.

Listing Details:

Listing ID: #{{ $listing_id }}

Company Name: {{ $listing_title }}

Brokers Assigned to Listing: @if($assigned_brokers && count($assigned_brokers) > 0)

    @foreach($assigned_brokers as $broker)
  • {{ trim(($broker->firstname ?? '') . ' ' . ($broker->lastname ?? '')) }} @if(!empty($broker->email)) ({{ $broker->email }}) @endif
  • @endforeach
@else None assigned @endif

Payment Details:

@foreach($items as $item) @endforeach
Item Qty Price
{{ $item['name'] }} {{ $item['qty'] }} ${{ number_format($item['total'], 2) }}

Total Amount: ${{ number_format($total_amount, 2) }}

Seller Details:

Name: {{ $seller_name }}

Email: {{ $seller_email }}

@if($seller_phone)

Phone: {{ $seller_phone }}

@else

Phone: N/A

@endif
© {{ date('Y') }} Salonspa Connection. All rights reserved.