@if (loading) { } @else if (!invoice) { } @else {
اطلاعات پرداخت
@for (payment of invoice.payments; track $index) { }
اطلاعات صادر کننده
@if (variant !== "customer") { اطلاعات مشتری @if (invoice.customer) {
@if (invoice.customer.type === "INDIVIDUAL") { } @else { }
} @else if (invoice.unknown_customer) {
} @else {

اطلاعات مشتری ثبت نشده است.

} }
aaa @if (!item.discount_amount) { } @else { }
}