{{-- HEADER --}}

All Contact Phases

@can('contact-phase.create') + Add New @endcan
{{-- BODY --}}
@foreach($contactPhases as $index => $contactPhase) {{-- STATUS TOGGLE --}} {{-- ACTION DROPDOWN --}} @endforeach
# Title Color Status Actions
{{ $contactPhase->title }}
{{-- COLOR BOX --}}
status ? 'checked' : '' }}>
@push('scripts') @endpush