@php use App\Enums\Calls\OutcomeType; use App\Enums\Calls\RelatedToType; use App\Models\CallStatus; @endphp
Related to type* {{-- @foreach (RelatedToType::cases() as $relatedToType) @endforeach --}}
Related to*
Subject*
Call time*
{{--
Duration in minutes
--}}
Action* @foreach (OutcomeType::cases() as $action) @endforeach
Status* @foreach (CallStatus::all() as $status) @endforeach
Reasons @foreach($reasons as $reason) @endforeach
Notes {{ old('notes', $call->notes) }}
Submit