@extends('admin.layouts.content') @section('content')
Bulletins Sent
{!! number_format(App\Bulletin::where('is_auto', '=', 0)->count()) !!}
Sensors Deployed
{!! number_format(App\Sensor::count()) !!}
Registered Users
{!! number_format(App\User::count()) !!}
@endsection