@extends('layouts.app') @section('title', 'Active Devices') @section('content') @livewire('admin.device-tracking.device-tracking') @endsection