@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"))
Welcome to PEC E Gateway
{{--
{{ 7000 }}$
Total Earnings
--}}
@endif
@if (str_contains(Auth::user()->menuroles, "client"))
Welcome to PEC E Gateway
{{--
{{ 150000 }}$
Total Spending
--}}
@endif