@extends('components.app') @section('styles') @endsection @section('title') Edit Device @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

Edit Device

dashboard > Edit Device
Edit Device
@csrf
@error('name') {{ $message }} @enderror
@error('number') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
Cancel
@endsection @section('scripts') @endsection