@extends('layouts.app') @section('title', 'My Account — Jumia Clone') @section('content')
{{-- Mobile user card --}}

Seller
{{-- Tab navigation --}}
@foreach([ ['key' => 'profile', 'label' => 'Profile', 'icon' => '👤'], ['key' => 'addresses', 'label' => 'Addresses', 'icon' => '📍'], ['key' => 'notifications', 'label' => 'Notifications', 'icon' => '🔔'], ['key' => 'security', 'label' => 'Security', 'icon' => '🔒'], ['key' => 'referral', 'label' => 'Referral', 'icon' => '🎁'], ] as $t) @endforeach
{{-- Profile tab --}}

Personal Information

Email cannot be changed

{{-- Addresses tab --}}
No saved addresses yet
{{-- Referral tab --}}

Referral Program

🎁

Your referral code

Share this code and earn ₦500 for every friend who signs up!

{{-- Security tab --}}

Change Password

Danger Zone

@endsection