@extends('oxygen::layouts.master-dashboard')
@section ('content')
{{ $pageTitle }}
Reported user:
{{ optional($report->reported_user)->full_name }}
Report by:
{{ optional($report->reportedby)->full_name }}
Report Reason:
{{ $report->reason }}
Report Message:
{{ $report->message }}
@stop