@extends('emails.layouts.layout') @section('content') @if ($data['media_type'] == 'video') @endif @if ($data['media_type'] == 'image') @endif @if ($data['media_type'] == 'pdf') @endif @if ($data['media_type'] == 'audio') @endif
Hello,
Report Abuse Details

This mail has been received for an inappropriate or abusing post reported by an application user.

Post details are as follow :

Post Title : {{$data['title']}}

Post Description :{{ $data['description'] }}

Post Attachment : @if ($data['attachment'] == '') No attachment @else Video @endif

Post Attachment : @if ($data['attachment'] == '') Image @else Image @endif

Post Attachment : @if ($data['attachment'] == '') No attachment @else PDF @endif

Post Attachment : @if ($data['attachment'] == '') No attachment @else Audio @endif

Posted By : {{ $data['posted_by'] }}

Posted On : {{ date('Y-m-d',strtotime($data['created_at'])) }}

Reported By : {{ $data['username'] }}

The {{ config('app.name') }} Support Team
{{env('SUPPORT_EMAIL')}}
@endsection