{{ ucwords($customer->name) }}
: {{ $customer->email ?? "--" }}
: {{ $customer->mobile ? $customer->formatted_mobile : "--" }}