@extends('appshell::layouts.private') @section('title') {{ __('Mailing Lists') }} @stop @section('content')
@forelse($lists as $list) @empty @endforelse
{{ __('Name') }} {{ __('Subscribers') }}
{{ $list->name }} {{ $list->emails_count }} {{ __('View') }}
{{ __('No mailing lists found') }}
{{ $lists->links() }}
@stop