When Started

@if (!empty($startedTableData['started']))
{{-- --}} @foreach ($startedTableData['started'] as $index => $rule) {{-- --}} @endforeach
TitleCondition Actions
{{ $rule['condition_title'] }} @if ($rule['condition_type'] == 1) Add user profile to this case @elseif($rule['condition_type'] == 2) Add specific user to this case @elseif($rule['condition_type'] == 3) Send Email @else Unknown @endif
@else

There are no rules created

@endif

When Completed

@if (!empty($startedTableData['completed']))
{{-- --}} @foreach ($startedTableData['completed'] as $index => $rule) {{-- --}} @endforeach
TitleCondition Actions
{{ $rule['condition_title'] }} @if ($rule['condition_type'] == 1) Remove user profile to this case @elseif($rule['condition_type'] == 2) Remove specific user to this case @elseif($rule['condition_type'] == 3) Send Email @else Unknown @endif
@else

There are no rules created

@endif
Add Rules
{{--
@error('selectedStartedRule') Please fill all the fields @enderror
--}}


@push('scripts') @endpush