Greetings!!
*i'm using OpenCart Version 3.0.3.2 .
i'm trying to add a new column at "Latest Orders" on admin dashboard , for example "column Phone"
this column should shown customer phone , to contact with him very fast , as screenshot 001 check on it

how did i added that column ?! what is the code i used it ?!And what is the path ?!!
path :- .............\admin\language\en-gb\extension\dashboard\recent.php
Code:- $_['column_telephone'] = 'phone';

path:-......\admin\controller\extension\dashboard\recent.php
Code:- 'telephone' => $result['customer_telephone'],

path:- ..........\admin\view\template\extension\dashboard\recent_info.twig
code:- {{ column_telephone }}

that is all i already added it , to get another column at "Latest Orders" but not working , or there is something i didn't do it , can you help me


Many Thanks for you