اطلاعات مالی
اطلاعات پرداخت
@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) {
}