@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','dashboard')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','dashboard')->first()->custom_text }}

{{ $websiteLang->where('lang_key','total_order')->first()->custom_text }}
{{ $orders }}
{{ $websiteLang->where('lang_key','active_property')->first()->custom_text }}
{{ $properties->where('status',1)->count() }}
{{ $websiteLang->where('lang_key','pending_property')->first()->custom_text }}
{{ $properties->where('status',0)->count() }}
{{ $websiteLang->where('lang_key','total_property')->first()->custom_text }}
{{ $properties->count() }}
{{ $websiteLang->where('lang_key','total_user')->first()->custom_text }}
{{ $users->count() }}
{{ $websiteLang->where('lang_key','earnings')->first()->custom_text }} ({{ $websiteLang->where('lang_key','total')->first()->custom_text }})
{{ $currency->currency_icon }}{{ $monthlyEarning }}
{{ $websiteLang->where('lang_key','earnings')->first()->custom_text }} ({{ $websiteLang->where('lang_key','monthly')->first()->custom_text }})
{{ $currency->currency_icon }}{{ $totalEarning }}
{{ $websiteLang->where('lang_key','total_subscriber')->first()->custom_text }}
{{ $subscriberQty }}
{{ $websiteLang->where('lang_key','earnings_in')->first()->custom_text }} {{ date('F, Y') }}
@endsection