diff --git a/resources/views/admin/instances/home.blade.php b/resources/views/admin/instances/home.blade.php new file mode 100644 index 000000000..752051b01 --- /dev/null +++ b/resources/views/admin/instances/home.blade.php @@ -0,0 +1,71 @@ +@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?

+

+

+ @csrf + +
+

+@else + +
+ {{$instances->links()}} +
+@endif +@endsection + +@push('scripts') + +@endpush \ No newline at end of file