Add customer phone to order view

This commit is contained in:
Shohrat 2023-09-13 20:50:57 +05:00
parent 142769a984
commit ea1d4ad0b9
4 changed files with 6 additions and 4 deletions

View File

@ -133,7 +133,7 @@
</span>
<span class="value">
{{ $order->customer_email }}
{{ $order->customerr->phone }}
</span>
</div>

View File

@ -413,6 +413,7 @@ return [
'customer-notified' => ':date | Customer <b>Notified</b>',
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
'transactions' => 'Transactions',
'phone' => 'Phone number',
],
'invoices' => [
@ -536,10 +537,10 @@ return [
'bundle' => 'Bundle',
'downloadable' => 'Downloadable',
'grouped' => 'Grouped',
'virtual' => 'Virtual',
'virtual' => 'Virtual',
'configurable' => 'Configurable',
],
],
'familiy' => 'Attribute Family',
'sku' => 'SKU',
'configurable-attributes' => 'Configurable Attributes',

View File

@ -421,6 +421,7 @@ return [
'customer-notified' => ':date | Покупатель <b>Notified</b>',
'customer-not-notified' => ':date | Покупатель <b>Not Notified</b>',
'transactions' => 'Транзакции',
'phone' => 'Номер телефона',
],
'invoices' => [

View File

@ -341,7 +341,6 @@ return [
'tax-percent' => 'Salgyt göterimi',
'tax-amount' => 'Salgyt möçberi',
'discount-amount' => 'Arzanladyş möçberi',
// 'discount-amount' => 'Arzanladyş möçberi',
'grand-total' => 'Umumy jemi',
'total-paid' => 'Jemi tölenen',
'total-refunded' => 'Jemi çykdajysy tölenen',
@ -356,6 +355,7 @@ return [
'customer-notified' => ':date | Customer <b>Notified</b>',
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
'transactions' => 'Transactions t',
'phone' => 'Telefon belgisi',
],
'invoices' => [