@extends('layouts.user') @section('main') @include('layouts.nav')

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

ACCOUNNT BALANCE
{{ Auth::user()->currency }} {{ Auth::user()->bal }}
ACCOUNT PROFIT
{{ Auth::user()->currency }} {{ Auth::user()->profit }}
{{Auth::user()->oldp}}%

SIGNAL STRENGTH

BONUS
{{ Auth::user()->currency }} {{ Auth::user()->bonus }}
ACCOUNT LEVEL
{{ Auth::user()->plan }}
Current Account {{ Auth::user()->status }}
@endsection