![]() |
Invoice |
---|---|
Ambayo Limited Tung Wai Commercial Building, 109-111 Gloucester Road Hong Kong 999077 |
Bill To |
@if (!empty($user->getSellerName()))
{{ $user->getSellerName()}}
@endif
@if (!empty($user->country_id))
{{ $user->getCountry->name }} @endif |
Invoice Number Date Payment Method |
@if (!empty($tranaction->invoice_id))
{{ $tranaction->invoice_id }}
@endif
@if (!empty($tranaction->transaction_date))
{{ date('d/m/Y', strtotime($tranaction->transaction_date)) }} @endif @if (!empty($tranaction->getPaymentMethod())) {{ $tranaction->getPaymentMethod() }} @endif |
---|
Description | Quantity | Unit Price | Amount |
---|---|---|---|
@if (!empty($plans->getCategory('en'))) {{ $plans->getCategory('en') }} @endif for @if (!empty($plans->days)) {{ $plans->days }} @endif days @if (!empty($advertisment->unique_id)) {{ $advertisment->unique_id }} @endif @if (!empty($title)) @php echo $title; @endphp @endif Promotion Schedule Starting Date:@if (!empty($startdate)) {{ $startdate }} @endif End Date:@if (!empty($endDates)) {{ $endDates }} @endif |
1 | @if (!empty($tranaction->total_amount)) ${{ $tranaction->total_amount }}.00 @endif | @if (!empty($tranaction->total_amount)) ${{ $tranaction->total_amount }}.00 @endif |
Total Due | @if (!empty($tranaction->total_amount)) ${{ $tranaction->total_amount }}.00 @endif |
---|