Saurabh
1) Approximately which line on StoreOwnerAppController...?
Like below,
<p><b>{{('storeDashboard.ovEmail')}}: </b> {{ substr($order->user->email, 0, 6) . "**" }}</p>
<p><b>{{('storeDashboard.ovContactNumber')}}: </b> {{ substr($order->user->phone, 0, 4) . "**" . substr($order->user->phone, 8, 3) }}</p>