@csrf

Choose the device that will be assigned to the user


@foreach($devices as $device)
@php $selected = ""; @endphp @foreach(json_decode($person->device_ip) as $key => $value) @if($device == $value->device_ip) @php $selected = "checked"; @endphp @endif @endforeach
@endforeach

Please fill all the details about the person

Asset Image
@push('js') @endpush