{{ __('All Leads') }}

@foreach($client->leads as $lead) @if($lead->status == 1) @elseif($lead->status == 2) @endif @endforeach
{{ __('Title') }} {{ __('Assigned user') }} {{ __('Created at') }} {{ __('Deadline') }}
{{$lead->title}} {{date('d, M Y, H:i', strTotime($lead->contact_date))}} {{date('d, M Y', strTotime($lead->contact_date))}} @if($lead->status == 1)({{ $lead->days_until_contact }})@endif