@extends('admin.layouts.master') @section('title') Dashboard Overview @endsection @section('css') @endsection @section('content')

Dashboard Overview

Total Videos

{{ number_format($videosCount) }}

Total Content

{{ number_format($contentsCount) }}

Accepted Users

{{ number_format($acceptedUsersCount) }}

Unaccepted Users

{{ number_format($unacceptedUsersCount) }}

Available Vouchers

{{ number_format($vouchersCount) }}

@endsection @section('scripts') @endsection