@php
$count = 1;
@endphp
@if (!empty($daily_testing))
@foreach ($daily_testing[0]['project_environment']['project_environment_test_case'] as $test_case)
@foreach ($test_case['project_environment_test_case_scenario'] as $scenario)
{{ $count }} |
{{ $test_case['name'] }} |
{{ $count }} |
{{ $scenario['title'] }} |
{{ '=COUNTIF('.$count.'!I18:K217,"PASS")' }} |
{{ '=COUNTIF('.$count.'!I18:K217,"FAIL")' }} |
{{ '=COUNTIF('.$count.'!I18:K217,"SUSPENDED")' }} |
{{ '=COUNTIF('.$count.'!I18:K217,"NOT EXECUTED")' }} |
@php
$count++;
@endphp
@endforeach
@endforeach
@else
@foreach($master_test_case as $project_environment)
@foreach ($project_environment['project_environment_test_case'] as $test_case)
@foreach ($test_case['project_environment_test_case_scenario'] as $scenario)
{{ $count }} |
{{ $test_case['name'] }} |
{{ $count }} |
{{ $scenario['title'] }} |
{{ '=COUNTIF('.$count.'!I18:K217,"PASS")' }} |
{{ '=COUNTIF('.$count.'!I18:K217,"FAIL")' }} |
{{ '=COUNTIF('.$count.'!I18:K217,"SUSPENDED")' }} |
{{ '=COUNTIF('.$count.'!I18:K217,"NOT EXECUTED")' }} |
@php
$count++;
@endphp
@endforeach
@endforeach
@endforeach
@endif