@extends('user.layout.layout') @section('title') {{{ $setting['site']['site_title'] or '' }}} - {{{ trans('main.user_panel') }}} @endsection @section('pages') @if(!$user['isApproved'] && $user['vendor'])

You can't upload course until and unless your account is approved View Status

@endif @if($user['vendor'])
{{--
--}} {{-- --}} {{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{{ trans('main.vacation_mode') }}}--}} {{--
--}} {{-- --}} {{-- time()) checked="checked" @endif/>--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{-- {{{ trans('main.sales') }}}--}} {{-- {{{ trans('main.income') }}}--}} {{-- {{{ trans('main.today') }}} --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{{ trans('main.recent_notifications') }}}
--}} {{--
--}} {{-- @if(count($notifications) == 0)--}} {{--
--}} {{-- --}} {{--
--}} {{-- {{{ trans('main.no_notification') }}}--}} {{--
--}} {{-- @else--}} {{--
    --}} {{-- @if($notifications != null)--}} {{-- @foreach($notifications as $noti)--}} {{--
  • {{{ $noti->title or '' }}}
  • --}} {{-- --}} {{-- @endforeach--}} {{-- @endif--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{{ trans('main.financial_stats') }}}
--}} {{--
--}} {{-- {{{ $sell_count_today or '0' }}}--}} {{-- {{{ $sell_count_month or '0' }}} --}} {{-- {{{ $userSellCount or '0' }}} --}} {{-- {{{ currencySign() }}} {{{ $total_income or '0' }}} --}} {{-- {{{ currencySign() }}} {{{ $user['income'] or '0' }}} --}} {{-- {{{ currencySign() }}} {{{ $user['credit'] or '0' }}} --}} {{-- {{{ $userBuyCount or '0' }}} --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{{ trans('main.sales_target') }}}
--}} {{--
--}} {{--
--}} {{-- {{{ $current_rate['description'] or 'No data' }}}--}} {{-- {{{ $userSellCount or '0' }}} --}} {{-- {{{ $after_rate['description'] or '' }}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{{ trans('main.latest_purchases') }}}
--}} {{--
--}} {{-- @if(count($buyList)==0)--}} {{--
--}} {{-- --}} {{--
--}} {{-- {{{ trans('main.not_purchased_item') }}}--}} {{--
--}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @endif @endsection @section('script') @endsection