@section('page-specific-style') @parent @endsection
| Activity ID | @if(!$is_used_in_lead)Name | Phone | @endifStatus | Type | Description | Created On | Scheduled On | Action | Assigned To | Completed On |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $activity->id }} | @if(!$is_used_in_lead){{ $activity->lead->fullName }} | {{ $activity->lead->primary_phone_number }} | @endif@if($activity->state =='Scheduled') @elseif($activity->state =='Completed') @elseif($activity->state =='Deleted') @endif {{ $activity->state }} | {{ $activity->type }} | {{ $activity->description }} | {{ $activity->created_at?->format('d M y, H:i a') }} | @if($activity->scheduled_on) {{ \Carbon\Carbon::parse($activity->scheduled_on)?->format('d M y, H:i a') }} @endif | @if($activity->state =='Scheduled') @can('Update activities') @endcan @endif | {{ $activity->agent?->name }} | @if($activity->completed_on) {{ \Carbon\Carbon::parse($activity->completed_on)?->format('d M y, H:i a') }} @endif |