@extends('admin.layouts.container') @section('content')
{{__('dashboard.year')}}: {{date('Y', strtotime($prevYearStart))}}
{{__('dashboard.year')}}: {{date('Y')}}
{{__('dashboard.month')}}: {{date('F')}}
{{__('dashboard.week')}}: {{date('W')}}
{{__('dashboard.day')}}: {{date('l')}}