Files
opensem/resources/views/Shop/Customers/partials/user.blade.php
Ludovic CANDELLIER ebe7ba5f6c restart
2022-11-11 13:05:40 +01:00

10 lines
356 B
PHP

<hr>
<strong>Mes coordonnées</strong><br>
<i class="fa fa-home pr-2"></i> {{ $customer['address'] }}<br>
<i class="pr-5"></i> {{ $customer['address2'] }}<br>
<i class="fa fa-phone pr-2"></i> {{ $customer['phone'] }}<br>
<i class="fa fa-envelope pr-2"></i> {{ $customer['email'] }}<br>
<hr>
<strong>Compte créé le {{ $customer['created_at'] }}</strong>