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

Invoice

{{ $deal->name }} Date: {{ $book->created_at }}

Guest Post Service
{{ $deal->pretty_url }}
Domain Rating - {{ $deal->dr }}
Ahrefs Traffic - {{ $deal->ahrefs_traffic }}K
Alexa Rank - {{ $deal->alexa_rank }}
Seller Contact Details
Name : {{ $seller_name }}
Email : @if($deal->email) {{ $deal->email }} @else N/A @endif
Phone : @if($deal->phone) {{ $deal->phone }} @else N/A @endif
Invoice #{{ $book->id }}

Delivery : {{ $deal->delivery_time }} Days
Amount : {{ $book->price }} USD
@if($book->is_cbd == "Yes") @else @endif @if($book->is_content == "Yes") @endif
Qty Product Description Subtotal
1 Guest Post For publishing Casino, CBD, Gambling, Dating, or Forex guest post {{ $deal->price_cbd }} USD
1 Guest Post For publishing guest posts with 1-2 do follow links {{ $deal->price_with_link }} USD
1 Content Writing For post content writing {{ $deal->price_content }} USD

Payment Methods:

Visa Mastercard American Express Paypal

Amount Paid on {{ $book->created_at }}

Subtotal: {{ $book->price }} USD
Tax 0 USD
Total: {{ $book->price }} USD
Print
@endsection