@extends('app.app') @section('title', '') @section('content')
{{ __('titles.total_invested') }}
{{ __('titles.investors') }}

{{ $Tab['total_deals'] }}

{{ __('titles.total_profit') }}
{{ __('titles.investors') }}

{{ $Tab['total_profits'] }}

{{ __('titles.statistics') }}
{{ $Tab['merchants'] }}
{{ __('titles.merchants') }}
{{ $Tab['investors'] }}
{{ __('titles.investors') }}
{{ $Tab['customers'] }}
{{ __('titles.customers') }}
{{ $Tab['products'] }}
{{ __('titles.products') }}
{{ __('titles.status_deals') }}
{{$total}} {{ __('titles.deal') }}
@foreach ($colors as $key=>$color) @php if($key==0 || $key==3) echo "
"; @endphp

{{$labels[$key]}}

{{$counts[$key]}}%
@php if($key==2 || $key==5) echo "
"; @endphp @endforeach
{{$Tab['investors_pending']}}/{{$Tab['investors']}}
{{__('titles.investor')}}
{{__('titles.pending_review')}}
{{$Tab['merchants_pending']}}/{{$Tab['merchants']}}
{{__('titles.merchant')}}
{{__('titles.pending_review')}}
المسجلين في المنصة

{{ $Tab['merchants']+$Tab['investors']+$Tab['customers'] }}

صاحب حساب
آخر أسبوع
{{__('titles.count')}} {{__('titles.offers')}} / {{__('titles.count')}} {{__('titles.the')}}{{__('titles.investments')}}
{{__('titles.popular_products')}}
{{__('titles.from')}} {{__('titles.total')}} {{ $Tab['products'] }} {{__('titles.product')}}
    @foreach ($PopolarProducts as $key=>$prod)
  • User
    {{$prod->name}}
    SKU: {{$prod->sku}}

    {{$prod->merchant->company_name}}

  • @php if($key==5) break; @endphp @endforeach
{{__('titles.investors')}}
{{__('titles.investor')}} {{__('titles.by')}} {{__('titles.city')}}
    @foreach ($InvestorsCities as $inv)
  • {{$inv['city_name']}}
    {{$inv['count_investor']}} {{__('titles.investor')}}

    {{__('titles.total_invested')}} : {{$inv['total_invested']}}

  • @endforeach
@endsection