{{ __('Public site') }}
{{ __('Contact') }} {{ __('inbox') }}
{{ $totalCount }} {{ __('total') }} · {{ $unreadCount }} {{ __('unread') }}
@unless ($m->is_read)
@endunless
{{ $m->name }}
{{ $m->email }}
@if ($m->topic)
{{ $m->topic }}
@endif
@if ($m->company)
· {{ $m->company }}
@endif
{{ $m->message }}
{{ $m->created_at->format('M j, Y · H:i') }} @if ($m->ip)
· {{ $m->ip }}
@endif
{{ __('No messages yet') }}
{{ __('Submissions from the public contact form will appear here.') }}
{{ $messages->links() }}
@endif