{!! SiteHelpers::customavatar(\Session::get('email'),\Session::get('uid'), 'medium') !!}

{{ Auth::user()->first_name }} {{ Auth::user()->last_name}}

@if(\Request::segment(2)=='profile') @php ($cls1 = 'active') @endif @if(\Request::segment(2)=='photo') @php ( $cls2 = 'active') @endif @if(\Request::segment(2)=='notification') @php ( $cls3 = 'active') @endif @if(\Request::segment(2)=='dangerzone') @php ( $cls4 = 'active') @endif @if(\Request::segment(2)=='account') @php ( $cls5 = 'active') @endif @if(\Request::segment(2)=='usermembership') @php ( $cls7 = 'active' ) @endif @if(\Request::segment(2)=='instructorinfo') @php ( $cls6 = 'active') @endif
  • {!! Lang::get('core.profile') !!}
  • {!! Lang::get('core.profile_image') !!}
  • {!! Lang::get('core.account') !!}
  • @if(bsetecHelpers::getmembershipstatus())
  • {!! Lang::get('core.membership') !!}
  • @endif
  • {!! Lang::get('core.notifications') !!}
  • {!! Lang::get('core.danger_zone') !!}
  • @if(count($instructor)) @if($instructor->p_email != NULL)
  • {!! Lang::get('core.instructor_info') !!}
  • @endif @endif