@extends('theme2.master') @section('title', "My Leaderboard") @section('content') @include('admin.message') @section('custom-head') @endsection {{ __('Engagement')}} {{ $all_total }}% {{ __('Looking Good')}} ! {{ $social_total }}% {{ __('Social')}} {{ $progres }}% {{ __('Learning')}} {{ $quiz_total }}% {{ __('Quiz')}} @if(Auth::User()->user_img != null || Auth::User()->user_img !='') @else @endif {{ Auth::user()->fname }} {{ Auth::user()->lname }} @if(isset( Auth::user()->address)) {{ Auth::user()->address }} @endif {{ Auth::user()->email }} @if(isset( Auth::user()->mobile)) {{ Auth::user()->mobile }} @endif {{ $total_courses }} {{ __('Enrolled Courses')}} {{ $total_progess }} {{ __('Course Completed')}} {{ $live_meeting_count }} {{ __('Live Classes')}} {!! Auth::user()->detail !!} @endsection {{-- @extends('theme.master') @section('title', "My Leaderboard") @section('content') @include('admin.message') @section('custom-head') @endsection {{ __('Engagement')}} {{ $all_total }}% {{ __('Looking Good')}} ! {{ $social_total }}% {{ __('Social')}} {{ $progres }}% {{ __('Learning')}} {{ $quiz_total }}% {{ __('Quiz')}} @if(Auth::User()->user_img != null || Auth::User()->user_img !='') @else @endif {{ Auth::user()->fname }} {{ Auth::user()->lname }} @if(isset( Auth::user()->address)) {{ Auth::user()->address }} @endif {{ Auth::user()->email }} @if(isset( Auth::user()->mobile)) {{ Auth::user()->mobile }} @endif {{ $total_courses }} {{ __('Enrolled Courses')}} {{ $total_progess }} {{ __('Course Completed')}} {{ $live_meeting_count }} {{ __('Live Classes')}} {!! Auth::user()->detail !!} @endsection --}}
{{ __('Enrolled Courses')}}
{{ __('Course Completed')}}
{{ __('Live Classes')}}
{!! Auth::user()->detail !!}