@extends('backend.master') @section('title') {{ _trans('landlord.Dashboard') }} @endsection @section('content')

{{ _trans('landlord.Hello') }} {{ Auth::user()->name }}

@if(Auth::user()->role_id === 1)

{{ ___('common.Total Tenant') }}

{{ withLeadingZero(@$landlord['total']) }}

{{ withLeadingZero(@$landlord['active']) }} {{ ___('common.active') }}
{{ withLeadingZero(@$landlord['inactive']) }} {{ ___('common.inactive') }}

{{ ___('common.Total Landlord') }}

{{ withLeadingZero(@$tenant['total']) }}

{{ withLeadingZero(@$tenant['active']) }} {{ ___('common.active') }}
{{ withLeadingZero(@$tenant['inactive']) }} {{ ___('common.inactive') }}

{{ ___('common.Total Properties') }}

{{ withLeadingZero(@$property['total']) }}

{{ withLeadingZero(@$property['active']) }} {{ ___('common.active') }}
{{ withLeadingZero(@$property['inactive']) }} {{ ___('common.inactive') }}

{{ ___('common.Total Blogs') }}

{{ withLeadingZero(@$blogs['total']) }}

{{ withLeadingZero(@$blogs['active']) }} {{ ___('common.active') }}
{{ withLeadingZero(@$blogs['inactive']) }} {{ ___('common.inactive') }}
@endif

{{ ___('common.Transection') }}

{{ ___('common.Overview') }}

36.8% vs. Sep 8, 2021 visitor increased

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush