@php use App\Enums\Calls\RelatedToType; @endphp
Subject | related type | related To | Time | {{--Schedule Time | --}} {{--Duration in minutes | --}}Status | action | Notes | {{--Created At | Updated At | --}}Actions |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $call->subject }} | {{ str(RelatedToType::from($call->related_to_type)?->name)->lower() }} | {{ $call->call_time->format('Y-m-d h:i') }} | {{--{{ $call->schedule_call_time?->format('Y-m-d h:i') }} | --}} {{--{{ $call->duration_in_minutes }} | --}}{{ $call->callStatus->name ?? '-' }} | {{ str($call->action)->replace('_', ' ')->ucfirst() }} | {{ str($call->notes)->limit(30) }} | {{--{{ $call->created_at ?? '-' }} | {{ $call->updated_at ?? '-' }} | --}}