@extends('layouts.app') @section('title', 'Dashboard — Swagvio') @section('styles') @endsection @section('content')
{{-- AGE WARNING --}}
ATTENTION: Age verification! To unlock the features of your private area, you must first verify your age.
@if(session('success'))
{{ session('success') }}
@endif {{-- WELCOME --}}

WELCOME

Customer code:
{{ strtoupper(substr(md5($user->email), 0, 8)) }}
{{-- MAIN DASHBOARD GRID --}}
{{-- LEFT COLUMN --}}
{{-- ADS & WALLET ROW --}}
{{-- ADS CARD --}}
Ads
Active {{ $stats['active_ads'] }}
Not published {{ $stats['pending_ads'] }}
{{-- WALLET CARD --}}
Wallet
Currents {{ number_format($stats['wallet_balance'], 0) }}
Used 0
{{-- COUPONS & SETTINGS ROW --}}
{{-- COUPONS --}}
Coupons
Manage your coupons
{{-- SETTINGS --}}
Settings
Manage your personal info.
{{-- NEWSLETTER CARD --}} {{-- SECURITY TIPS --}}
SECURITY TIPS

Security tips

Block and report impostors. You can notify us through our official channels or report directly to the authorities.

Visit our Help Center to learn more.
{{-- RIGHT COLUMN --}}
{{-- VERIFY AGE CARD --}}

As Swagvio we need to be sure that everyone who publishes is of age.

Verify your age now!

If you need any help in the process check out our tutorial or write to support@swagvio.co.in We'll get back to you soon!

Info
{{-- STAR PROMO CARD --}}
NEW

Stand out with the new Star!

Catch attention like never before. Promote your ad in a premium format that always puts you front and center. Learn more

{{-- NEED HELP CARD --}}
Need help?

Contact us through one of our channels from Monday to Friday from 2pm to 4pm.

WhatsApp
Telegram
{{-- QUICK LINKS --}}
@csrf
@endsection @section('scripts') @endsection