@extends('layouts.app') @section('content') @push('custom-scripts') @endpush
@if($factorAddData!=null)
@foreach($surveyOption["factory"] as $_factory)
ფაქტორი - {{$_factory->name}}
@for($i=0; $i
    @for($j=0; $jid==$resultArr[$i][$j][0]) @if($resultArr[$i][$j][1]==23)
  • {{$resultArr[$i][$j][2]}}
  • @endif @endif @endfor
@endfor
@endforeach
@else

შედეგები ვერ მოიძებნა!!!

@endif
@if($factorAddData!=null) @push('custom-scripts') @endpush @endif @endsection