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

{{__("Device state")}}

@foreach($stanja as $rbr => $stanje) @endforeach
{{__("No.")}} {{__("Device state")}}
{{($rbr+1).'.'}} {{$stanje->stanje}}
@endsection