@extends('layout')

@section('content')
    <x-device-detail :device="$device" />
@endsection