@inject('uc', 'App\Http\Controllers\User\UsersController') @php $array = \App\Models\User::all(); $usr = Auth::user()->id; @endphp @extends('layouts.muladash') @section('title', $title) @section('content')

{{ Auth::user()->name }}

{{ Auth::user()->occupation }}
{{ Auth::user()->city }} , {{ Auth::user()->country }}
You were referred by: {{ $uc->getUserParent($usr) }}
{{ Auth::user()->email }}
{{ Auth::user()->phone }}

Monthly Target

Total Earning
{{ Auth::user()->currency }}{{ number_format(Auth::user()->ref_bonus, 2, '.', ',') }}

Referrals

@endsection