{{ __('Voicemails') }}

@if ($account->uploadedVoicemails->isEmpty()) @endif @foreach ($account->uploadedVoicemails as $voicemail) @endforeach
{{ __('Created') }}
{{ __('Empty') }}
{{ $voicemail->created_at }} @if ($voicemail->url) @endif @if ($voicemail->sip_from)
{{ $voicemail->sip_from }} @endif
@if ($voicemail->url) @endif