Hi there,

You have received a new lead.

Below are the leads details:

@if(count($leads->data) > 0) @foreach($leads->data as $data) @endforeach @endif @if(isset($leads->notes)) @endif
{{ $data['name'] }} : {{ $data['value'] }}
Notes : {!! $leads->notes !!}
Date Received : {{ $leads->date_received }}
Leads Details : {{ $leads->leads_link }}
Collection Name : {{ $leads->leads_name }}

Thank you.

Regards,

{{ config('app.name') }}