@extends(getTemplate().'.view.layout.layout') @section('title') {!! $setting['site']['site_title'].'Profile-'.$profile->name !!} @endsection @section('meta_description',get_option('site_meta_description')) @section('meta_keyword',get_option('site_meta_keyword')) @section('page')
@if(isset($profile) && Auth::check() && ($profile->id != Auth::user()->id)) @if($follow == 0)   {{ trans('main.follow') }} @else   {{ trans('main.unfollow') }} @endif @endif
{{--
--}}
{{ $profile->email }}
{{ trans('main.registration_date') }}: {{ date('d F Y',$profile->created_at) }}
@if(Auth::check() && $profile->id == Auth::user()->id) @endif

Instructor Performance Overview

Global metrics based on this instructor's visible courses.

Courses Created

{{ number_format($profileStats['total_courses'] ?? 0) }}

Total Students

{{ number_format($profileStats['total_students'] ?? 0) }}

Total Earned

{{ currencySign().number_format($profileStats['total_earned'] ?? 0) }}

Pending Earnings

{{ currencySign().number_format($profileStats['total_pending'] ?? 0) }}

{{ trans('main.courses_feedback') }}

({{ $video_rate }})

{{ trans('main.support_feedback') }}

({{ $support_rate }})

{{ trans('main.postal_feedback') }}

({{ $sell_rate }})

{{ trans('main.articles_feedback') }}

({{ $article_rate }})
@if(!isset($meta['biography']))
@if(Auth::check() && ($profile->id == Auth::user()->id)) Add a bio to your profile @if(!empty($profile->phone))

Here is your phone number {{ $profile->phone }}, its not in the correct format.
If you wish to have a whatsapp chat button appear here, you have to edit it and make it add the country code without the + sign.
Eg. Instead of 08035117575, it should be 2348035117575

@endif @elseif(strlen($profile->phone) == 13)
Fatal error: Uncaught Error: Class "Auth" not found in /home/investorpath/public_html/braintem.org/resources/views/web/default/view/profile/profile.blade.php:196 Stack trace: #0 {main} thrown in /home/investorpath/public_html/braintem.org/resources/views/web/default/view/profile/profile.blade.php on line 196