@extends('Frontend.partials.layout') @section('content') {{-- dashboard progress --}}

{{ $product['proName'] }}

@if($data['randomAnalysis'] == 1) @endif
@if(!empty($submenu))
{{--
60
80
35
--}}
@if($data['randomAnalysis'] == 1)
{{ $product['anaRed']+$product['anaGreen']+$product['anaOrange'] }}
@else
{{ $product['anaRed'] }}
{{ $product['anaOrange'] }}
{{ $product['anaGreen'] }}
@endif
@foreach($submenu as $key => $sub)
@if($data['randomAnalysis'] == 1)
{{ $sub['anaRed']+$sub['anaGreen']+$sub['anaOrange'] }}
@else
{{ $sub['anaRed'] }}
{{ $sub['anaOrange'] }}
{{ $sub['anaGreen'] }}
@endif
@endforeach @endif
{{-- include layout dashboard Right Section --}} @include('Frontend.partials.includes.layout-dashright')
{{-- dashboard progress / --}} @endsection @section('scripts') @endsection