Файловый менеджер - Редактировать - /home/clickysoft/public_html/jmapi5.clickysoft.net/app/Http/Resources/Admin/PONonGroupResource.php
Назад
<?php namespace App\Http\Resources\Admin; use Illuminate\Http\Resources\Json\JsonResource; class PONonGroupResource extends JsonResource { public function toArray($request) { return [ 'id' => $this->id, 'order_number' => $this->order_number, 'ordered_by' => $this->ordered_by, 'vendor_name' => $this->vendor_name, 'payment_terms' => $this->payment_terms, 'reference' => $this->reference, 'shipping_address' => $this->shipping_address, 'billing_address' => $this->billing_address, 'total_quantity' => $this->total_quantity, 'total_price' => '$'.number_format($this->total_price, 2), 'create_at' => $this->created_at->format('m-d-Y') ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка