@extends('admin/master/index') @section('content')
Reported {{ $report->type }}: {{ $report->report }}
@elseif($report->type == 'image')Reported {{ $report->type }}: With id {{ $report->report }} View Image
@endifReported By: {{ $report->user->username }} ( {{ $report->user->fullname }} )
Reported: {{ $report->updated_at->toDateTimeString() }}
{{ $report->description }}