@extends('layouts.master') @section('content')
@if(strtolower(Auth::user()->type) == 'admin' || strtolower(Auth::user()->type) == 'staff' || strtolower(Auth::user()->type) == 'super admin')
Follow Up Leads

{{ $leads_count }}

Customers

{{ $customers_count }}

Staff Users

{{ $users_count }}

@else
{{ __('Dashboard') }}
@if (session('status')) @endif {{ __('You are logged in!') }}
@endif
@endsection