@extends('app.app') @section('title', '') @section('content')

{{ __('titles.investors_administration') }}

@foreach ($TabStatus as $one)

{{$one['count']}} / {{$total}}

{{$one['value']}}

@endforeach
{{ __('titles.name') }} {{ __('titles.city') }} {{ __('titles.total_invested') }} {{ __('titles.total_profit') }} {{ __('titles.is_active') }} {{ __('titles.status') }} {{ __('titles.created_at') }} {{ __('titles.options') }}
@endsection