@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@if(count($reports)) @foreach ($reports as $new) @endforeach @else @endif
ad id ad title user date Actions

{{ $new->ad->id }}

{{ $new->ad->title }}

{{ $new->user->name }}

{{ $new->created_at->diffForHumans() }} Actions
no data found
@endsection