@extends('layouts.dashboard_sidebar') @section('title', 'Dashboard') @section('main-content')

{{ $today_filecount }}

Today

{{ $weekly_filecount }}

Week

{{ $averageXDays_filecount }}

{{{ Config::get('app.average_last_x_days_filecount') }}} Day Avg

@if (is_null($batchesDaysWindow))

Recently Received Files (of All Time)

@else

Recently Received Files (past {{ $batchesDaysWindow }} days)

@endif
@if (count($batches) !== 0) @include('admin.batch-list', ['shouldShowExtraLabInfoColumns' => true]) @else
You haven't received any files yet.

Once files have been uploaded, detailed information will be available here.
@endif
@stop @section('extra-scripts') @stop