@php use App\Enums\Calls\OutcomeType; use App\Enums\Calls\RelatedToType; use App\Models\CallStatus; @endphp @push('style') @endpush
Change Status
@csrf @method('PUT')
{{-- @foreach (OutcomeType::cases() as $action) @endforeach --}}
Edit call
@csrf @method('PUT') @include('dashboard.calls._form',['btn_text'=>'Save','call'=>$call])
@push('script') @endpush