@extends('layouts.admin') @section('content')

Test List Domain Question Answer

Test List Domain Question Answer

{{--
--}}
@if($domainAnswers->count()>0) @php $i = 0; $i = $domainAnswers->perPage() * ($domainAnswers->currentPage() - 1); @endphp
@foreach($domainAnswers as $eachdomainAnswers) @endforeach
Test Domain Name Question Answer
Test_{{$eachdomainAnswers->observe_id}} {{$eachdomainAnswers->domains->name}} {{$eachdomainAnswers->questions->question}} @if($eachdomainAnswers->answer_id==1) Acceptable @elseif($eachdomainAnswers->answer_id==2) Poor @elseif($eachdomainAnswers->answer_id==3) Not Observed @endif
@else
Nothing Found
@endif
@endsection