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

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