@extends('layouts.admin') @section('content')

Ad Report

Report Details: {{ $report->ad->title }}

Report Information

User Name {{ $report->user->name??'N/A' }}
Type {{ $report->type->name }}
Description {{ $report->description }}
@endsection @section('script') @endsection