@extends('landlord.layout.main') @push('custom-css') @endpush @section('content')
{{$general_setting->currency}} {{number_format($subscription_value, 2)}}
{{ __('file.Subscription value') }}
{{$general_setting->currency}} {{number_format($received_amount, 2)}}
{{ __('file.Received Amount') }}
{{count($tenants)}}({{count($active_tenants)}} {{ __('file.Active') }})
{{ __('file.Total Clients') }}
{{$package_count}}
{{ __('file.Packages') }}

{{trans('file.Send message to tenants')}}

This feature is coming soon...

@endsection