{{-- AdminLTE Logo --}} ICMR | RMRCNE
User Image
{{auth()->user()->name}}
{{--
--}}
  • Dashboard

  • Menu

  • Add Designation

  • @php $menus = App\Models\Menu::where('status',1)->orderBy('order','asc')->get(); @endphp @foreach ($menus as $menu ) @if($menu->slug == 'departments')
  • Department

    • Scientific Divisions

      • Add Category

      • @php $dept = App\Models\Department::where('status',1)->where('category',1)->get(); $categories = App\Models\DepartmentCategory::where('status','1')->get(); @endphp @foreach ($dept as $d)
      • {{ substr($d->name, 0, 15) }}

          @foreach ($categories as $category)
        • {{$category->name}}

        • @endforeach
      • @endforeach
    • Other Divisions

      • Add Category

      • @php $dept = App\Models\Department::where('status',1)->where('category',2)->get(); $categories = App\Models\DepartmentCategory::where('status','1')->get(); @endphp @foreach ($dept as $d)
      • {{ substr($d->name, 0, 15) }}

        • Add Content

      • @endforeach
  • @else
  • {{$menu->name}}

    • Add Content

    • @if ($menu->sublink == 1)
    • Add Category

    • @php $submenus = App\Models\SubMenu::where('menu_id',$menu->id)->where('status',1)->get(); @endphp @foreach ($submenus as $submenu )
    • {{$submenu->name}}

      • Add Content

      • @if ($submenu->menu_id != '2')
      • Add Subcategory

      • @endif @php $sub_category =DB::table('sub_categories')->where('submenu_id',$submenu->id)->get(); @endphp @foreach ($sub_category as $subcategory)
      • {{$subcategory->title}}

        • Add Content

      • @endforeach
    • @endforeach @endif
  • @endif @endforeach
  • Tenders

    • Add / View

  • Notifications

    • Add

    • View

  • Home Slider Images

    • Add / View

  • Media

      @php $medias = App\Models\Media::where('status',1)->get(); @endphp @foreach($medias as $media)
    • {{$media->name}}

      • Add Content

      • View Content

    • @endforeach
  • {{--
  • Gallery Image

    • Add / View

  • --}}
  • Partners

    • Add / View

  • Employee Corner

    • Add / View