# New Whistleblower Submission
@if (!$whistleblower->is_anonymous)
**Name:** {{ $whistleblower->full_name }}
**Email:** {{ $whistleblower->email }}
**Mobile:** {{ $whistleblower->mobile }}
@else
_Submitted anonymously_
@endif
**Subject:** {{ $whistleblower->subject }}
@if ($whistleblower->subject === 'Human Resource')
**Lodged Against:** {{ $whistleblower->lodged }}
@endif
**Issue Description:**
{{ $whistleblower->issue }}
Backend Login
Thanks,
{{ config('app.name') }}