diff --git a/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php b/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php index 4e37741..74ee6aa 100644 --- a/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php +++ b/app/Nova/Resources/Payment/OnlinePaymentHistoryResource.php @@ -57,6 +57,7 @@ class OnlinePaymentHistoryResource extends Resource Text::make('PNR', 'orderNumber'), Text::make('ID', 'orderId'), Text::make('Möçberi', 'amount'), + Text::make('Api Client', 'api_client'), Text::make('Desc', 'description'), Badge::make(__('Status'), 'paymentStatus')