@extends('business::layouts.app') @section('title', 'Wallet — BizWap') @push('styles') @endpush @section('content')

Wallet

Your balance and transaction history

{{-- Balance --}}

Current Balance

₹{{ number_format($currentBalance, 2) }}

{{-- Total Spending by Category --}}

Total Spent by Type

  • Marketing ₹{{ number_format($spending['marketing'], 2) }}
  • Utility ₹{{ number_format($spending['utility'], 2) }}
  • Authentication ₹{{ number_format($spending['authentication'], 2) }}
  • Service ₹{{ number_format($spending['service'], 2) }}
{{-- Message Pricing --}}

Message Pricing

@if($pricing)
  • Marketing ₹{{ number_format($pricing->marketing, 5) }}/msg
  • Utility ₹{{ number_format($pricing->utility, 5) }}/msg
  • Authentication ₹{{ number_format($pricing->authentication, 5) }}/msg
  • Service ₹{{ number_format($pricing->service, 5) }}/msg
@else

No pricing configured yet.

@endif
{{-- Filter bar --}}
Date Type Amount Balance After Notes
@endsection @push('scripts') @endpush