@section('page-specific-style') @parent @endsection
@if (!$is_used_in_lead)
@endif
@if(!$is_used_in_lead) @endif @forelse ($activities as $activity) @if(!$is_used_in_lead) @endif @empty @endforelse
Activity IDName PhoneStatus Type Description Created On Scheduled On Action Assigned To Completed On
{{ $activity->id }}{{ $activity->lead->fullName }} {{ $activity->lead->primary_phone_number }} @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
@section('page-specific-script') @parent @endsection