@extends('Frontend.partials.layout') @section('styles')
@endsection @php $user = $data['userDetails']; @endphp @section('content') {{-- Home Section --}}
@if(!empty($product))
@if (empty($data['all_menus'])) @endif @foreach($product as $pro)
{{ ucfirst($pro['proName']) }}
@if($data['randomAnalysis'] == 1)
{{__('action.rancheckedmsg')}}
@endif
{{ ucfirst($pro['proName']) }}
@if(!empty($pro['submenus'])) @foreach ($pro['submenus'] as $key=> $sub) @php $random_number = str_random(15); @endphp
{{ $sub['submenuName']}}
@endforeach @endif
@endforeach
@endif
{{-- include layout dashboard Right Section --}} @include('Frontend.partials.includes.layout-dashright')
{{-- Home Section / --}} @endsection @section('scripts') @endsection