@extends('admin.layout.app') @section('title', 'Invoice ' . $invoice->invoice_number) @section('content')
CarsInstant LLC
123 Auto Drive, Suite 100
Houston, TX 77001
United States
billing@carsinstant.com
{{ $invoice->vendor_name }}
{{ $invoice->vendor_email }}
@if($invoice->vendor->phone ?? null)
{{ $invoice->vendor->phone }}
@endif
Member since {{ $invoice->vendor->created_at->format('M Y') }}
| Description | Listing Limit | Qty | Amount |
|---|---|---|---|
|
{{ $invoice->snapshot['title'] }} Package
Vendor listing package โ one-time payment
@if(!empty($invoice->snapshot['features']))
@foreach($invoice->snapshot['features'] as $feat)
{{ $feat }}
@endforeach
@endif
|
{{ $invoice->snapshot['limit'] }} Listings | 1 | ${{ number_format($invoice->amount, 2) }} |
Stripe โ Credit / Debit Card ยท {{ $invoice->paid_at->format('M d, Y h:i A') }}