@extends('admin.layouts.app') @section('content')

Dashboard

TOTAL SERVICES

{{ $service_count ?? ''}}

TOTAL BLOG POST

{{ $blog_count ?? ''}}

TOTAL TESTIMONIAL

{{ $testimonial_count ?? ''}}

@endsection @section('custom_script') @endsection