Last time logged in:
@if(empty($lead->user->last_login))
Not available
@else
{{ \Carbon\Carbon::parse($lead->last_login)->format('D jS M Y') }}
@endif
Last time emailed from website system:
@if(empty($lead->last_emailed))
Never
@else
{{ \Carbon\Carbon::parse($lead->last_emailed)->format('D jS M Y') }}
@endif
Last time emailed about billing:
@if(empty($lead->last_emailed_billing))
Never
@else
{{ \Carbon\Carbon::parse($lead->last_emailed_billing)->format('D jS M Y') }}
{!! $lead->billingInfoBadge() !!}
@endif