@extends ('../welcome') @section ('content')
@if(auth()->user()->type == 'admin')

{{$usersCount}}

Users

More info

{{$clientsCount}}

Clients

More info
@endif

{{$leadsCount}}

Leads

More info

{{$communicationsCount}}

Calls

More info
@endsection