@extends('layouts.main') @section('content') @include('parts.tabs', [ 'items' => [ route('admin.statistics.show', ['type' => 'messages']) => 'Messages', route('admin.statistics.show', ['type' => 'accounts']) => 'Accounts', ], ])
@csrf @method('post')
Day Week Month Year
Reset download Export
@include('parts.graph') @endsection