Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/Modules/Refund/resources/views/show.blade.php
Назад
<table class="table table-striped"> <tr> <td>{{ __('Order Id') }}</td> <td>#<a target="_blank" href="">{{ $refund_request?->order?->order_id }}</a> </td> </tr> <tr> <td>{{ __('Reason') }}</td> <td>{!! nl2br($refund_request->reasone) !!}</td> </tr> <tr> <td>{{ __('Account information for received amount') }}</td> <td>{!! nl2br($refund_request->account_information) !!}</td> </tr> @if ($refund_request->status == 'success') <tr> <td>{{ __('Refund amount') }}</td> <td>{{ currency($refund_request->refund_amount) }}</td> </tr> @endif <tr> <td>{{ __('Status') }}</td> <td> @if ($refund_request->status == 'success') {{ __('Success') }} @elseif ($refund_request->status == 'rejected') {{ __('Rejected') }} @else {{ __('Pending') }} @endif </td> </tr> </table>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.2 |
proxy
|
phpinfo
|
Настройка