@extends('Frontend.partials.layout') @section('content') {{-- products view section --}} @if ($products != null) @foreach($products as $product) {{ $product['proName'] }} @if($data['randomAnalysis'] == 1) {{__('action.rancheckedmsg')}} @endif @if($data['randomAnalysis'] == 1) 0% @else {{ $product['totalAvg'] }}% @endif {{ $product['proName'] }} @if(!empty($product['submenus'])) @foreach($product['submenus'] as $key => $sub) {{ $sub['submenuName']}} @if($data['randomAnalysis'] == 1) 0% @else {{ $sub['subAvg'] }}% @endif @endforeach @endif @endforeach @endif {{-- include layout dashboard Right Section --}} @include('Frontend.partials.includes.layout-dashright') {{-- products view section /--}} @endsection @section('scripts') @endsection
{{ $product['proName'] }}