@extends('layouts.app') @section('title', 'Admin Dashboard') @section('content')
{{ $totalUsers }}
{{ $totalProperties }}
₦{{ number_format($walletTotal, 2) }}
{{ $pendingTickets }}
User | Amount | Status | Reference | Date |
---|---|---|---|---|
{{ $txn->user->name ?? 'N/A' }} | ₦{{ number_format($txn->amount, 2) }} | {{ $txn->status }} | {{ $txn->reference }} | {{ $txn->created_at->format('d M Y H:i') }} |
No failed transactions yet.
@endifNo properties found.
@elseTitle | Agent | Featured | City | Price | Actions |
---|---|---|---|---|---|
{{ $property->title }} | {{ $property->agent->name ?? 'N/A' }} | {{ $property->city }} | ₦{{ number_format($property->price) }} |