@if (Route::has('login')) @endif

INFO

@if (Session::has('success'))
×

{{ Session::get('success') }}

@endif
@csrf

Pivot Data

@foreach ($pivots as $pivot) @endforeach
PivotName IPAddress PivotPort PLCType CenterLat CenterLon Value4 Value5 Value6 Value7 Value8 Value9 Value10
{{ $pivot->PivotName }} {{ $pivot->IPAddress }} {{ $pivot->PivotPort }} {{ $pivot->PLCType }} {{ $pivot->CenterLat }} {{ $pivot->CenterLon }} {{ $pivot->Value4 }} {{ $pivot->Value5 }} {{ $pivot->Value6 }} {{ $pivot->Value7 }} {{ $pivot->Value8 }} {{ $pivot->Value9 }} {{ $pivot->Value10 }}