@extends('layouts.app') @section('content')

Edit Device - {{ $device->no_sn }}

@if ($errors->any()) @endif
@csrf @method('put')
Serial number cannot be changed
@error('nama')
{{ $message }}
@enderror e.g. Gate 1, HR Office, etc.
@error('lokasi')
{{ $message }}
@enderror Building or area location
Read-only status field
Cancel
Device Information
Device ID: {{ $device->id }}
Serial Number: {{ $device->no_sn }}
Created: {{ $device->created_at }}
Last Updated: {{ $device->updated_at }}
@endsection