{{ (isset($invoice->id)) ?: $invoice->id }}
Issue Date: {{ $invoice->date()->toFormattedDateString() }}
# | @lang("app.description") | @lang("app.amount") | ||
---|---|---|---|---|
{{$sr}} | Starting Balance | {{ $invoice->startingBalance() }} | ||
{{ $sr }} | {{ $item->description }} | {{ $item->total() }} | ||
{{ $sr }} | Subscription ({{ $subscription->quantity }}) - {{ $subscription->startDateAsCarbon()->formatLocalized('%B %e, %Y') }} - {{ $subscription->endDateAsCarbon()->formatLocalized('%B %e, %Y') }} | {{ $subscription->total() }} | ||
{{ $sr }} | @if ($invoice->discountIsPercentage()){{ $invoice->coupon() }} ({{ $invoice->percentOff() }}% Off) | @else{{ $invoice->coupon() }} ({{ $invoice->amountOff() }} Off) | @endif-{{ $invoice->discount() }} | |
{{ $sr }} | Tax ({{ $invoice->tax_percent }}%) | -- | {{ Laravel\Cashier\Cashier::formatAmount($invoice->tax) }} | |
@lang("app.total") | {{ $invoice->total() }} |