@extends('layouts.pdf-sample') @section('styles') @endsection @section('content')
|
Bill To
{{ $sampleData['customer']['name'] }}
{{ $sampleData['customer']['address'] }} {{ $sampleData['customer']['phone'] }} {{ $sampleData['customer']['email'] }} |
|
| # | Item Description | Qty | Rate | Amount |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['name'] }} | {{ $item['quantity'] }} | ${{ number_format($item['price'], 2) }} | ${{ number_format($item['quantity'] * $item['price'], 2) }} |
|
Payment Details
Bank: First National Bank Account: {{ $company->name }} Account #: XXXX-XXXX-1234 Routing: 021000021 Scan to pay
|
|