@extends('layout') @section('content')

Edit Location

@csrf @method('PUT')
@error('room_code')

{{ $message }}

@enderror
@error('timestamp_located_since')

{{ $message }}

@enderror
{{-- TODO: make a link to go back to device --}} {{-- --}}
@endsection