@extends('mobile.template.app') @section('content')

Profil Saya

@if (Auth::user()->photo) Profile @else @endif

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

@\{{ Auth::user()->username }}

Member sejak {{ Auth::user()->joined_at ? Auth::user()->joined_at->format('d M Y') : '-' }}

{{ number_format($stats['total_orders']) }}

Total Order

Rp {{ number_format($stats['total_commission'], 0, ',', '.') }}

Total Komisi

Informasi Pribadi

Email

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

No. Telepon

{{ Auth::user()->phone ?? '-' }}

Alamat

{{ Auth::user()->address ?? '-' }}

CS-Doorasi v1.0.0

@endsection @push('scripts') @endpush