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:
@@ -25,7 +25,7 @@ use Spatie\MediaLibrary\InteractsWithMedia;
|
||||
* @property array<string, string> $payment_reciever
|
||||
* @property array<string, string> $documents
|
||||
* @property string $status
|
||||
* @property string $notes
|
||||
* @property ?string $notes
|
||||
* @property string $sender_full_name
|
||||
* @property string $sender_passport_serie
|
||||
* @property string $sender_passport_number
|
||||
|
||||
Reference in New Issue
Block a user