@php $i=1;@endphp @if(isset($groups) && count($groups) > 0) @foreach($groups as $key=> $group)
{{ $group->group_name }}
status=='1' ? 'checked' : ''}}>

@if(in_array('test-list-create', $authRolePermissions)) @endif @if(in_array('test-package-group-edit', $authRolePermissions))
@endif @if(in_array('test-package-group-delete', $authRolePermissions) && count($groups)!=1) @endif
@if(in_array('test-list-edit', $authRolePermissions)) @endif @if(in_array('test-list-delete', $authRolePermissions)) @endif @php $sno = 1; @endphp @if (isset($group->test_package_group_test_items) && count($group->test_package_group_test_items)) @foreach ($group->test_package_group_test_items as $test) @if(in_array('test-list-edit', $authRolePermissions)) @endif @if(in_array('test-list-delete', $authRolePermissions)) @endif @endforeach @else @endif
Sl No Test Name Priority Range Unit Option Range Template Read Only Status Page BreakEditRemove
{{ $sno++ }} {{ $test->test_item->test_name ?? '' }}
{{ $test->test_item->test_method_name ?? '' }} {{-- {{ $test->test_item->test_code ?? '' }} --}}
{{ $test->priority }}
{!! $test->test_item->reference_value !!} {!! $test->test_item->unit !!} @if(isset($test->test_item->reference_value_type) && $test->test_item->reference_value_type == 'OPTIONS') @else @endif @if(isset($test->test_item->reference_value_type) && $test->test_item->reference_value_type == 'RANGE') @else @endif @if(isset($test->test_item->input_type) && $test->test_item->input_type == 'SUMMER_NOTE') @else @endif
test_item->is_read_only) && $test->test_item->is_read_only=='1' ? 'checked' : ''}}>
test_item->status) && $test->test_item->status=='1' ? 'checked' : ''}}>
page_break) && $test->page_break=='1' ? 'checked' : ''}}>
Records not Found
@if(in_array('test-package-group-note-list', $authRolePermissions))

@if (isset($group->test_package_group_notes) && count($group->test_package_group_notes)) @php $sno = 1; @endphp @foreach ($group->test_package_group_notes as $note) @if(empty($note->id)) @php continue; @endphp @endif @endforeach
{!! $note->group_note !!}
status=='1' ? 'checked' : ''}}>
@endif
@endif @endforeach @else
Test package group(s) not Found
@endif @if(in_array('test-package-note-list', $authRolePermissions)) @if (isset($packages->package_notes) && count($packages->package_notes) > 0)

@foreach ($packages->package_notes as $note) @endforeach
{!! $note->package_note !!}
status=='1' ? 'checked' : ''}}>
@endif @endif