@extends('layouts.reseller') @section('title', 'Reseller Dashboard') @section('page-title', 'Dashboard') @section('content')
| Name | Mobile | Balance | Status | |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
|
{{ $user->email }} | {{ $user->mobile }} | ৳{{ number_format($user->balance, 2) }} | {{ $user->status ? 'Active' : 'Inactive' }} |
| User | Recipients | Cost | Status | Time |
|---|---|---|---|---|
| {{ $sms->user->name }} | {{ $sms->message_count }} | ৳{{ number_format($sms->cost, 2) }} | {{ ucfirst($sms->status) }} | {{ $sms->created_at->format('M j, H:i') }} |