@if (Session::get('adminId')) AdminLTE Logo Admin Dashboard @endif @if (Session::get('teacherId')) AdminLTE Logo Teacher Dashboard @endif @if (Session::get('studentId')) AdminLTE Logo Student Dashboard @endif
@if (Session::get('adminId'))
User Image
@php $admin = App\Models\Admin::where('id',Session::get('adminId'))->first(); @endphp {{ $admin->name }}
@endif @if (Session::get('teacherId'))
User Image
@php $teacher = App\Models\Teacher::where('id',Session::get('teacherId'))->first(); @endphp {{ $teacher->name }}
@endif @if (Session::get('studentId'))
User Image
@php $student = App\Models\Student::where('id',Session::get('studentId'))->first(); @endphp {{ $student->name }}
@endif {{--admin start--}} @if(Session('adminId'))
  • Slider

  • Course

  • Blog

  • Ebook

  • Teacher

  • Testimonial

  • Why Study With Us

  • Student List

  • Notice

    • All Notice

    • Create Notice Link

  • Setting

    • Logout

@endif {{--admin end--}} {{-- teacher start --}} @if (Session::get('teacherId'))
  • Setting

    • Logout

@endif {{-- teacher end --}} {{-- student start --}} @if (Session::get('studentId'))
  • Notice

  • Setting

    • Logout

@endif {{-- student end --}}