@extends('layouts.core.frontend', [ 'menu' => 'subscriber', ]) @section('title', trans('messages.list.no_list')) @section('content')
{{ trans('messages.list.you_have_no_list') }}
{{ trans('messages.subscriber.create_list_to_see') }}
{{ trans('messages.list.go_to_mail_lists') }}
@endsection