@extends('admin.layouts.main') @section('title', 'Dashboard') @section('content')
{{ ___('Total Listings') }}
{{ ___('Total Expired Listings') }}
{{ ___('Total Pending Listings') }}
{{ ___('Current Month Listings') }}
{{ ___('Total Users') }}
{{ ___('Current Month Users') }}
{{ ___('Total Earnings') }}
{{ ___('Current Month Earnings') }}
{{ ___('Name') }} | {{ ___('Email') }} | {{ ___('Date') }} |
---|---|---|
{{ $user->email }} | {{ $user->created_at->diffforhumans() }} | |
{{___('No Data Found.')}} |