@extends('admin.layouts.master') @section('title',__('Admin Dashboard')) @section('breadcum')
{{ $topusers->email }}
{{ __('Verified') }}:{{ $topusers['verified'] }}
{{ __('Created At') }}
{{ $topinstructors->email }}
{{ __('Verified') }}:{{ $topinstructors->verified }}
{{ __('Created At') }}
{{ optional($topcourses->category)->title }}
@if($topcourses->discount_price == NULL) {{ __('Price') }}:{{ $topcourses->price }} @else {{ __('Price') }}:{{ $topcourses->discount_price }} @endif
{{ __('Instructor') }}
{{ $toporders->payment_method }}
{{ __('Price') }}:{{ $toporders->amount }}
{{ __('Created At') }}
@if($course['preview_image'] !== NULL && $course['preview_image'] !== '') @else @endif |
{{ str_limit($course['title'], $limit = 25, $end = '...') }} |
@if( $course->type == 1) @if($course->discount_price == !NULL) @if($gsetting['currency_swipe'] == 1) {{ $course['discount_price'] }} @else {{ $course['discount_price'] }} @endif @else @if($gsetting['currency_swipe'] == 1) {{ $course['price'] }} @else {{ $course['price'] }} @endif @endif @else {{ __('adminstaticword.Free') }} @endif |
{{ $instructor['fname'] }} {{ $instructor['lname'] }}
{{ str_limit($instructor['detail'], $limit = 130, $end = '...') }}