@extends('Frontend.partials.layout') @section('styles') @endsection @section('content') {{-- product section --}}
@if(checkDashAccess(getAuthId()) && !isSetupDiagram()) @include('Frontend.partials.includes.layout-biorhythmus') @elseif(isSetupDiagram()) @include('Frontend.dashboard.View.Content.dashboard_widget') @endif {{-- cui example--}}
{{-- preloader --}}
{{-- card --}}
{{-- card header --}}
{{ $product['proName'] }} @if($data['randomAnalysis'] == 1) @endif
{{-- card header /--}} {{-- card body --}}

{{ $product['proName'] }}

@if(!empty($submenu)) @foreach($submenu as $key => $sub) @endforeach @endif
{{-- card body /--}}
{{-- cui example /--}}
{{-- include layout dashboard Right Section --}} @include('Frontend.partials.includes.layout-dashright')
{{-- product section /--}} @endsection @section('scripts') @endsection