@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')
{{__('Total Admin')}}

{{$total_admin}}

@if(get_static_option('blog_module_status') == 'on')
{{__('Total Blogs')}}

{{$blog_count}}

@endif
{{__('Total Testimonial')}}

{{$total_testimonial}}

{{__('Total Team Member')}}

{{$total_team_member}}

{{__('Total Counterup')}}

{{$total_counterup}}

{{__('Total Price Plan')}}

{{$total_price_plan}}

@if(get_static_option('works_module_status') == 'on')
{{__('Total Work Item')}}

{{$total_works}}

@endif @if(get_static_option('service_module_status') == 'on')
{{__('Total Services')}}

{{$total_services}}

@endif
{{__('Total Key Feature')}}

{{$total_key_features}}

@endsection