@extends('Frontend.partials.layout') @section('styles') @endsection @php $admin = ($data['userDetails'] != null)?$data['userDetails']:getUserByid(getAuthID()); $menus = __getMenus(); @endphp @section('content') {{-- admin dashboard section --}}
@if(!empty($product))
{{-- preloader --}}
@if (empty($menus)) @endif @foreach($product as $pro)

{{ ucfirst($pro['proName']) }}

@if($data['randomAnalysis'] == 1) @endif

{{ ucfirst($pro['proName']) }}

@php // dd($pro['submenus']); @endphp
@if(!empty($pro['submenus'])) @foreach ($pro['submenus'] as $key=> $sub) @endforeach @endif
@endforeach
@endif
{{-- layout Dashboard Right --}} @include('Frontend.partials.includes.layout-dashright')
{{-- admin dashboard section / --}} @endsection @section('scripts') @endsection