@extends('manage.layout') @section('content')

Dashboard



Stats:

Amount Users

{{ $users->count() }}

Amount Movies

{{ $movies->count() }}

Amount Genres

{{ $genres->count() }}

Amount Showings

{{ $showings->count() }}
@endsection