@extends('layouts.master') @section('heading') @stop @section('content') @push('scripts') @endpush
{{ __('Lead information') }}
{{ __('Assigned to') }}: {{$lead->user->name}}
{{ __('Created at') }}: {{ date('d F, Y, H:i', strtotime($lead->created_at))}}
{{ __('Follow up') }}: {{date('d, F Y, H:i', strTotime($lead->contact_date))}} @if($lead->status == 1) ({!! $lead->days_until_contact !!}) @endif
{{ __('Follow up') }}: {{date('d, F Y, H:i', strTotime($lead->contact_date))}} @if($lead->status == 1) ({!! $lead->days_until_contact !!})@endif