|
|
Report Request!
|
|
|
Hello Admin,
{{-- {{ $user->name ?? "" }}, --}}
|
|
|
|
There is a new {{ $reportSubject ?? "" }} report request generated! Check the details below.
@if (isset($type) && $type == 1)
Shravak Profile
| Shravak Name: |
{{ $reportedFor->name ?? "" }}
|
@elseif (isset($type) && $type == 2)
Post
| Post Added By: |
{{ $reportedFor->createdBy->name ?? "" }}
|
| Post Caption: |
{{ $reportedFor->description ?? "" }}
|
@elseif (isset($type) && $type == 3)
Comment
| Post Added By: |
{{ $reportedFor->post->createdBy->name ?? "" }}
|
| Post Caption: |
{{ $reportedFor->post->description ?? "" }}
|
| Comment: |
{{ $reportedFor->comment ?? "" }}
|
| Comment Added By: |
{{ $reportedFor->user->name ?? "" }}
|
@endif
| Report Description: |
{{ $description ?? "" }}
|
| Reported By: |
{{-- @if((new \Jenssegers\Agent\Agent())->isMobile())
{{ $user->name ?? "" }}
@else --}}
{{ $user->name ?? "" }}
{{-- @endif --}}
|
{{--
{{ $description ?? "" }}
--}}
|
|
|
{{-- |
| --}}
|
For any help, feel free to contact team {{env('APP_NAME')}} at connect@globaljain.net
|
Facebook
Twitter
Instagram
|
|
© 2022, {{env('APP_NAME')}}. All Rights Reserved.
{{-- If you do not wish to receive these emails, --}}
{{-- unsubscribe
here --}}
|