@extends('layouts.master') @section('content')

Welcome! {{ auth()->user()->name }}

Admin Dashboard

@php $cus_count = App\customer::count(); $inq_count = App\inquiry::count(); $department_count = App\departments::count(); @endphp
Sales Count
New
Old
0 0%
Purchase
0
Expense Today
0
TODAY STATUS
0
0
0
0
0
0
Invoices
This Week
0
0
0
Sales
This Week
0
0
0
Purchase
This Week
0
0
0
USER WISE STATUS
This is the most recent update for today's date.
@if($users) @foreach($users as $user) @endforeach @endif
User Activity Escalations Peek Activity Peek Absence Points
0 0 0 0 0
@endsection @push('scripts') @endpush