@extends('layouts.backend') @section('content')
@include("backend.home.statistics", ['model' => 'users', 'count' => $count['users'], 'icon' => 'fa-users', 'color' => 'info']) @include("backend.home.statistics", ['model' => 'departments', 'count' => $count['departments'], 'icon' => 'fa-building-user', 'color' => 'primary']) @include("backend.home.statistics", ['model' => 'roles', 'count' => $count['roles'], 'icon' => 'fa-shield', 'color' => 'warning']) {{-- START CATEGORIES --}}
{{-- END CATEGORIES --}}
@endsection