@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Client Dashboard') @section('content')

Welcome, {{ auth()->user()->name }}!

This is your exclusive client dashboard. Only you can see this.

Here you can track your projects, invoices, and more.

0

Active Projects

0

Pending Invoices

@endsection