@extends('layouts.muladash') @section('title', $title) @section('content') @include('layouts.mulapart')
Logo Dark Logo

{{ number_format($totalBalanceInUSD, 2) }} {{ $settings->currency }}

Total Balance

Topup

Send

Pay

@if (Auth::user()->account_verify == 'Verified') {{-- Show Withdraw if user is Verified --}}

Withdraw

@else {{-- Show KYC if user is NOT Verified --}}

KYC

@endif
@endsection