6 lines
94 B
PHP
6 lines
94 B
PHP
@extends('layout')
|
|
|
|
@section('content')
|
|
<x-device-detail :device="$device" />
|
|
@endsection
|