{{ $customer->{'customer_name_'.app()->getLocale()} }}
{{ $customer->{'country_'.app()->getLocale()} }}
{{ $customer->{'city_'.app()->getLocale()} }}
@if(sizeof($customer->extra)>0)

@Lang('admin.identify')

@foreach($customer->extra as $extra)
@endforeach @endif