@extends('layouts.master') @section('heading') @stop @section('content') @push('scripts') @endpush
{{$client->title}}
{{ __('Created at') }}:
{{ date('d F, Y, H:i:s', strtotime($lead->created_at))}}
@if($lead->updated_at != $lead->created_at)
{{ __('Modified') }}: {{date('d F, Y, H:i:s', strtotime($lead->updated_at))}}
@endif
Contact Date :{{$lead->contact_date ? $lead->contact_date:'Not Provided'}}
Next Contact Date : {{$lead->next_contact_date? $lead->next_contact_date:' Not Provided'}}
Notes : {{$lead->notes ? $lead->notes:'Not Provided'}}
Estimated Sales : {{$lead->estimated_sale ? $lead->estimated_sale:'Not Provided'}}