@extends('admin.table_layouts') @section('content')
@can('admin.node.auth.store') @endcan @foreach ($authorizations as $auth) {{ $auth->node_id }} {{ $auth->node->type_label }} {{ Str::limit($auth->node->name, 20) }} {{ $auth->node->host }} {{ $auth->key }} {{ $auth->secret }}
@can('admin.node.auth.update') @endcan @can('admin.node.auth.destroy') @endcan
@endforeach
@endsection @push('javascript') @endpush