@extends('layouts.app') @section('page-header') @endsection @section('htmlheader_title') Set SSH Credentials @endsection @section('contentheader_title') Set SSH Credentials @endsection @section('main-content')

We have {{$total}} SSH Enabled Devices Without Credentials

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($servers as $server) @endforeach
Select IP Network IP Discovered
{{ $server->IP->address}} {{ $server->IP->network->ip}}/{{$server->IP->network->CIDR}} {{date_format($server->IP->created_at,'g:i A n/j/y')}}
Select IP Network IP Discovered


@endsection @section('page-scripts') @endsection