@extends('layouts.app') @section('content')

Device Info

Device {{$device->orbit_device_id}} - History Live
Enter a date range in order to see device history

No data to display

@if(count($trees)>0) @include('devices.recursive', ['trees' => $trees->where('parent_id',0), 'all_trees' => $trees, 'level' => 0]) @endif
@endsection