This commit is contained in:
2025-09-09 10:48:46 +05:00
parent 7efad097ef
commit 4e1f286eb5
15 changed files with 64 additions and 31 deletions

View File

@@ -10,7 +10,6 @@ use App\Nova\Actions\MakeSberPaymentAction;
use App\Nova\Filters\VisaMasterMonthlyPaidFilter;
use App\Nova\Resource;
use App\Nova\User;
use Illuminate\Support\Facades\Validator;
use App\Repos\Order\Card\CardOrderRepo;
use App\Repos\Order\OrderRepo;
use App\Repos\System\Nova\NovaRepo;
@@ -261,19 +260,19 @@ class NovaSberPaymentOrder extends Resource
->rules('required')
->fullWidth()
->sortable(),
NovaInputmask::make(__('Passport number'), 'sender_passport_number')
->mask('999999')
->fullWidth()
->rules('required', 'max:255'),
Text::make(
name: sprintf('%s %s %s', __('Name'), __('Surname'), __('Patronic name')),
attribute: 'sender_full_name'
)
->fullWidth()
->rules('required', 'max:255'),
Text::make(
name: __('Goýum hasaby'),
attribute: 'sender_deposit_account'