@extends('layouts.admin') @section('title') Dashboard @endsection @section('content') Statistics @if($canViewUserCount) {{$users}} Users @endif @if($canViewUserCount) @endif @push('page_script') @endpush @endsection
Users