@extends('layouts.frontend') @section('title', $list->name . ": " . trans('messages.export')) @section('page_script') @endsection @section('page_header') @include("lists._header") @endsection @section('content') @include("lists._menu")
{!! trans('messages.click_to_start_export', ['total' => $list->readCache('SubscriberCount', 0)]) !!}