abschlussprojekt-device-man.../device-app/resources/views/devices/show.blade.php

6 lines
94 B
PHP
Raw Normal View History

2023-03-24 16:51:30 +01:00
@extends('layout')
@section('content')
<x-device-detail :device="$device" />
2023-03-25 11:02:47 +01:00
@endsection