TuitionPaymentOrder

This commit is contained in:
2024-09-08 23:12:40 +05:00
parent fab7bfa193
commit 2a1dcdf85f
8 changed files with 711 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
namespace App\Modules\SberPaymentOrder\Nova\Resources\Concerns;
use App\Modules\VisaMasterPaymentOrder\Nova\Resources\VisaMasterPaymentOrderFileFields;
use App\Modules\SberPaymentOrder\Nova\Resources\SberPaymentOrderFileFields;
use App\Nova\Resources\Branch\Branch;
use App\Repos\Order\OrderRepo;
use App\Repos\System\Settings\Legal\PassportRepo;
@@ -137,8 +137,8 @@ class SberPaymentOrderFieldsForDetail
])->maxRows(1)->minRows(1)->rules('required'),
]),
new Panel(__('Reciver files'), VisaMasterPaymentOrderFileFields::reciverFiles()),
new Panel(__('Sender files'), VisaMasterPaymentOrderFileFields::senderFiles()),
new Panel(__('Reciver files'), SberPaymentOrderFileFields::reciverFiles()),
new Panel(__('Sender files'), SberPaymentOrderFileFields::senderFiles()),
];
}
}