@section('style') @endsection

{{ __('web.reports') }}

@foreach ($reports as $index => $report) @endforeach
# {{ __('web.name_ad') }} {{ __('web.creator') }} {{ __('web.ad_type') }} {{ __('web.reason') }} {{ __('web.created_at') }} {{ __('web.action') }}
{{ $index + 1 }} {{ $report->ad->name }} {{ $report->ad->creatortable?->name ?? $report->ad->creatortable?->full_name }} {{ $report->ad->adType->type }} {{ $report->reason }} {{ $report->created_at->format('Y-m-d') }}
@section('script') @endsection