Details of: {!! $result->name !!} {!! $result->lname !!}
Lead Information
First Name:
{{ $result->name }}
Last Name:
{{ $result->lname }}
Email:
Phone:
Enrolled Date:
{{ date('d M, Y', strtotime($result->dated)) }}
@if(count($history) > 0)
@foreach ($history as $key => $val)
@endforeach
@else
@endif
{{ format_date($val->created_at, 'date') }}
{{ format_date($val->created_at, 'time_only') }}
{{ $val->msg }}
Action by {{ $val->admin->name }}No activity history found for this lead.