@extends('service_provider.layouts.master') @section('title', 'Service Provider Dashboard') @section('content')

Total Tasks

{{ $totalTasks }}

Completed Tasks

{{ $completedTasks }}

Pending Tasks

{{ $pendingTasks }}
@endsection