Add View Page for VisaMasterPaymentOrder and Update Schema

- Introduced ViewVisaMasterPaymentOrder page for displaying payment order details.
- Updated VisaMasterPaymentOrderResource to include a route for the new view page.
- Enhanced VisaMasterPaymentOrderInfolist schema to include location details and conditional visibility for notes.
- Enabled ViewAction in VisaMasterPaymentOrdersTable for accessing the new view page.
- Modified VisaMasterPaymentOrder model to allow nullable notes property.
This commit is contained in:
2025-11-18 01:09:35 +05:00
parent cbd469c97f
commit 438e5a3f43
5 changed files with 27 additions and 18 deletions

View File

@@ -68,7 +68,7 @@ class VisaMasterPaymentOrdersTable
TrashedFilter::make(),
])
->recordActions([
// ViewAction::make(),
ViewAction::make(),
EditAction::make(),
])
->toolbarActions([