@include('admin-panel.components.form.input', [ 'type' => 'text', 'label' => 'Device Name', 'name' => 'device_name', 'id' => 'device_name', 'value' => $device['device_name'] ]) @include('admin-panel.components.form.submit', [ 'label' => 'Update Device', 'name' => 'submit', 'id' => 'submit' ])

Remove Device

Please confirm before removing the device