@extends('layout.main') @section('main')
Edit Security Profile "{{ $data->name }}"

Here you can wdit a security profile.

@error('global') @enderror
@csrf @method('PATCH')
{'wpa-pre-shared-key'} : $data->{'wpa2-pre-shared-key'}) }}" class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="" /> @error('password')
{{ $message }}
@enderror
@endsection