@extends('admin.layouts.app') @section('title', 'View Report | Shortties') @section('main')

Report Details

Report Details
@csrf
@if($report->reportable_type == "App\Models\User") @else @endif
Reported By {{ $report->reporter->name }}
Email {{ $report->reporter->email }}
Phone Number {{ $report->reporter->phone }}
Reason {{ $report->reason }}
Reported User Name {{ $report->reportable->name }}
Reported User Email {{ $report->reportable->email }}
Reported User Phone {{ $report->reportable->phone ?? 'N/A' }}
Reported Short Caption {{ $report->reportable->caption }}
Reported Short
@endsection