{{-- table loader --}}
{{__('admin.loading')}}
{{-- table loader --}} {{-- table content --}} {{-- --}} @foreach($reports as $report) {{-- --}} @endforeach
{{__('admin.*')}}{{__('admin.Link')}}{{__('admin.ip')}} {{__('admin.control')}}
{{$report->subject}} {{__('admin.press_here')}} {{$report->ip}}
{{-- table content --}} {{-- no data found div --}} @if ($reports->count() == 0)
{{__('admin.there_are_no_matches_matching')}}
@endif {{-- no data found div --}}
{{-- pagination links div --}} @if ($reports->count() > 0 && $reports instanceof \Illuminate\Pagination\AbstractPaginator )
{{$reports->links()}}
@endif {{-- pagination links div --}}