@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Statistics @endsection @section('content')

Profile Statistics

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
Contacts
View List

{{ $calls['today'] }}

TODAY

{{ $calls['7days'] }}

LAST 7 DAYS

{{ $calls['30days'] }}

LAST 30 DAYS

{{ $calls['alltime'] }}

ALL TIME
Profile Views

{{ $views['today'] }}

TODAY

{{ $views['7days'] }}

LAST 7 DAYS

{{ $views['30days'] }}

LAST 30 DAYS

{{ $views['alltime'] }}

ALL TIME
@endsection @section('custom_js') @endsection