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

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

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