@extends('layouts.core.frontend', [ 'menu' => 'list', ]) @section('title', $list->name . " - " . number_with_delimiter($list->readCache('SubscriberCount')) . " " . trans('messages.subscribers')) @section('head') @endsection @section('page_header') @include("lists._header") @endsection @section('content') @include("lists._menu", [ 'menu' => 'overview', ])

{{ trans('messages.list_performance') }}

@include("lists._stat")

{{ trans('messages.list_growth') }}

@include("lists._growth_chart") @endsection