@if (session('status'))
{{ session('status') }}
@endif
@if (str_contains(Auth::user()->menuroles, "admin"))
{{ 789 }}
Total Consultants
{{ 1100 }}
Total Projects
{{ 150000 }}$
Total Estimated Business
@endif
@if (str_contains(Auth::user()->menuroles, "consultant"))
Email has been verified! Please complete your
profile and sent request for the approval by PEC.
{{--
{{ 7000 }}$
Total Earnings
--}}
@endif
@if (str_contains(Auth::user()->menuroles, "client"))
Email has been verified! Please complete your
profile and sent request for the approval by PEC.
{{--
{{ 150000 }}$
Total Spending
--}}
@endif