@extends('Frontend.partials.layout') @section('content') {{-- products view section --}}
@if(checkDashAccess(getAuthId()) && !isSetupDiagram()) @include('Frontend.partials.includes.layout-biorhythmus') @elseif(isSetupDiagram()) @include('Frontend.dashboard.View.Content.dashboard_widget') @endif @if($submenu != null)
{{ $product['proName'] }} @if($data['randomAnalysis'] == 1) @endif
@if($data['randomAnalysis'] == 1)
0%
@else
{{ $product['totalAvg'] }}%
@endif

{{ $product['proName'] }}

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