@extends('layouts.app') @section('content')
{{$title}} @if (isset($a->id)) @if (is_numeric($a->nodo_id) && !is_null($a->nodo_id)) @endif @endif
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }} @if (isset($a->id)) @endif
@if($rol!=0) @php if(!isset($a->id)){ $a=new \StdClass; } $a->rol=$rol; @endphp @endif
@if(isset($a->ip) && isset($a->puerto)) @if($a->puerto==80) @elseif($a->puerto==443) @endif @endif
@if (isset($a->id)) @if (is_numeric($a->nodo_id) && !is_null($a->nodo_id))
@endif @endif @if(isset($a->params)) @foreach(\App\ParameterDefinition::whereIn('id',\App\ParamRole::where('aparato_rol_id',$a->rol)->pluck('param_def_id')->toArray())->orderBy('orden','asc')->get() as $p) @foreach($a->params as $data) @if($data->def->name == $p->name) @endif @endforeach
@if($p->type==1) @if($p->name == 'max_throughput') @else @endif @elseif($p->type==2) @elseif($p->type==3) @if($p->name == 'modelo') @else @endif @endif
@endforeach @else @if($rol!=0) @foreach(\App\ParameterDefinition::whereIn('id',\App\ParamRole::where('aparato_rol_id',$rol)->pluck('param_def_id')->toArray())->orderBy('orden','asc')->get() as $p)
@if($p->type==1) @if($p->name == 'max_throughput') @else @endif @elseif($p->type==2) @elseif($p->type==3) @if($p->name == 'modelo') @else @endif @endif
@endforeach @endif @endif @if($rol==2 || $rol==1)
@endif
@if ($action=='aparato_actualizar') @else @endif
@if (isset($a->id)) @if (is_numeric($a->nodo_id) && !is_null($a->nodo_id))

Conexiones Actuales

Nombre IP Parent  

Agregar Conexión

@endif @endif
@endsection @section('scripts') @endsection