@extends('layouts.app') @include('plugins.dropify') @include('plugins.wizard') @section('content')

Edit Device

Choose Device to Update


@foreach($alldevice as $alldevices) @php $checkConnection = \App\Device\Device::checkConnection($alldevices->device_ip); @endphp @if($checkConnection != 0)
@endif @endforeach
@endsection @push('js') @endpush