@section('styles')
@endsection @if(!empty($submenu))
{{-- dashboard content --}}
{{-- get menu list --}} @if (empty($data['allMenus'])) @endif
{{-- header section --}}
@if ($admin->user_type == '0')
{{ ucfirst($product['product_name']) }}
@else
{{ ucfirst($product['proName']) }}
@endif @if($data['randomAnalysis'] == 1)
{{__('action.rancheckedmsg')}}
@endif
{{-- content section --}}
{{-- page preloader --}} {{--
--}}
{{-- left --}}
{{ ucfirst($product['proName']) }}
{{-- right --}}
@if(!empty($submenu)) @foreach ($submenu as $key=> $sub)
{{ $sub['submenuName']}}
@endforeach @endif
@endif @section('scripts')