@php use function App\Utils\customer_info; $customer_info = customer_info(); @endphp
{{$customer_info->f_name}} {{$customer_info->l_name}}

{{translate('joined')}} {{date('d M, Y',strtotime($customer_info->created_at))}}