@extends('admin.partial.template-full') @section('section')

Instances

All {{-- Popular --}} New CW Banned Unlisted

@if($instances->count() == 0 && !request()->has('filter') && !request()->has('q'))

Warning

No instances were found.

Do you want to scan and populate instances from Profiles and Statuses?

@csrf

@else
{{$instances->links()}}
@endif @if(request()->filled('q') && $instances->count() == 0)

No results found

Go back

@endif @if(request()->filled('filter') && $instances->count() == 0)

No results found

Go back

@endif
@endsection @push('scripts') @endpush