@extends('admin/master/index') @section('content')
@if($report->type == 'user')

Reported {{ $report->type }}: {{ $report->report }}

@elseif($report->type == 'image')

Reported {{ $report->type }}: With id {{ $report->report }} View Image

@endif

Reported By: {{ $report->user->username }} ( {{ $report->user->fullname }} )

Reported: {{ $report->updated_at->toDateTimeString() }}


Description


{{ $report->description }}

@endsection