@extends('dashboard.base') @section('content')
Dashboard
@if (session('status')) @endif @if (str_contains(Auth::user()->menuroles, "admin"))
{{ 1500 }}
Total Clients
{{ 789 }}
Total Consultants
{{ 1100 }}
Total Projects
{{ 150000 }}$
Total Estimated Business
@endif @if (str_contains(Auth::user()->menuroles, "consultant"))

Welcome to PEC E Gateway

{{--
{{ 15 }}
My Projects
{{ 7000 }}$
Total Earnings
--}} @endif @if (str_contains(Auth::user()->menuroles, "client"))

Welcome to PEC E Gateway

{{--
{{ 11 }}
My Projects
{{ 150000 }}$
Total Spending
--}} @endif
@endsection