@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('content')
| # | --}}Friendly Name | Public IP | Private IP | Main Use | Remarks | Root Password (encrypted) | Last Modified By | Action | Bulk Actions ( ) | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No Records found | |||||||||||||||
| {{ $row->friendly_name }} | {{ $row->public_ip_address }} | {{ $row->private_ip_address }} | {{ $row->main_use }} | {{ $row->remarks }} | credentials_info->where('username', 'root')->first(); if ($credentials) { if ($credentials->password) { echo substr($credentials->password, -200, 20); } } ?> | {{ $row->modified_by_info->name }} | |||||||||