@section('style') @endsection @extends('layouts.backend.app') @section('content')

{{ __('Total Subscribers') }}

{{ App\Subscriber::count() }}

{{ __('Total Skills') }}

{{ App\Skill::count() }}

{{ __('Total Testimonials') }}

{{ App\Testimonial::count() }}

{{ __('Total Services') }}

{{ App\Service::count() }}

@php $siteInfo=App\Setting::first(); @endphp
@csrf @method('PUT')
@csrf @method('PUT')
@endsection @section('script') @endsection