@extends('layouts.customer') @section('title', 'Search') @section('page-title', 'Search') @section('content')
Search across your campaigns, lists, subscribers, templates and transactional emails.
Start by typing something in the search box above.
{{ $campaign->name }}
Subject: {{ $campaign->subject }}
{{ $campaign->created_at->diffForHumans() }}
@emptyNo campaigns found.
@endforelse{{ $list->name }}
{{ number_format($list->subscribers_count ?? 0) }} subscribers
{{ $list->created_at->diffForHumans() }}
@emptyNo lists found.
@endforelse{{ $subscriber->email }}
{{ trim($subscriber->first_name . ' ' . $subscriber->last_name) ?: 'No name' }} ยท List: {{ $subscriber->emailList->name }}
{{ $subscriber->created_at->diffForHumans() }}
@emptyNo subscribers found.
@endforelse{{ $template->name }}
Type: {{ $template->type }}
{{ $template->created_at->diffForHumans() }}
@emptyNo templates found.
@endforelse{{ $email->subject }}
Key: {{ $email->key }}
{{ $email->created_at->diffForHumans() }}
@emptyNo transactional emails found.
@endforelse