@extends('admin.partial.template')
@section('section')
Instances
@if($instances->count() == 0)
Warning
No instances were found.
Do you want to scan and populate instances from Profiles and Statuses?
@else
@foreach($instances as $instance)
-
{{$instance->profiles()->count()}}
Profiles
{{$instance->statuses()->count()}}
Statuses
{{$instance->reported()->count()}}
Reports
@endforeach
{{$instances->links()}}
@endif
@endsection
@push('scripts')
@endpush