{{ $gsetting->meta_data_desc }}
  • +(91) 9336 339 618
@auth
  • @if(Auth::User()->user_img != null || Auth::User()->user_img !='') {{ $gsetting->meta_data_desc }} @else {{ $gsetting->meta_data_desc }} @endif    Hi,{{ Auth::User()->fname }} {{ Auth::User()->lname }}
    • @if(Auth::User()->role == "admin" )
    •   {{ __('frontstaticword.AdminDashboard') }}
    • @endif @if(Auth::User()->role == "instructor")
    •   {{ __('frontstaticword.InstructorDashboard') }}
    • @endif
    •   {{ __('frontstaticword.MyCourses') }}
    •   {{ __('frontstaticword.MyWishlist') }}
    •   {{ __('frontstaticword.PurchaseHistory') }}
    •   {{ __('frontstaticword.UserProfile') }}
    • @php $admission = App\Admission::where('user_id', Auth::User()->id)->first(); @endphp @if(!empty($admission))
    • {{ __('Upadate Admission Form') }}
    • @else
    • {{ __('Admission Form') }}
    • @endif {{ __('frontstaticword.Logout') }}
      @csrf
@endauth @guest
SignUp {{ __('frontstaticword.Login') }}
@endguest
  • Home
  • Courses
      @php $categories = App\Categories::orderBy('position','ASC')->get(); @endphp @foreach($categories as $cate)
    • {{ str_limit($cate->title, $limit = 15, $end = '..') }}
        @php $id=$cate->id; $subcategory= App\SubCategory::orderby('id','asc')->where('category_id', $id)->get(); @endphp @foreach($subcategory as $sub)
      • {{ str_limit($sub->slug, $limit = 25, $end = '..') }}
      • @endforeach
    • @endforeach
  • Current Result
  • TCM Parampara
  • Mentors
  • Blog
  • Online Test Series
    • Panel-1
    • Panel-2
  • FAQ