@extends('Frontend.partials.layout') {{-- morris css --}} @section('styles') @endsection @php $user = $data['userDetails']; $admin = getUserByid(getAuthID()); $menus = __getMenus(); @endphp @section('content') {{-- Main content section --}} {{--section left --}} @if(!empty($submenu)) {{-- dashboard content --}} {{-- get menu list --}} @if (empty($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 {{-- include layout dashboard Right Section --}} @include('Frontend.partials.includes.layout-dashright') @endsection @section('scripts') @endsection
{{ ucfirst($product['proName']) }}